Skip to content

Commit

Permalink
scripts: use TARGET_PLUGIN_FOLDER
Browse files Browse the repository at this point in the history
was wrongly hard-coded as elektra
  • Loading branch information
Markus Raab committed Dec 5, 2017
1 parent 2559c2f commit dfaac9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/change-resolver-symlink.in
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh


WORKINGDIR="@CMAKE_INSTALL_PREFIX@/lib@LIB_SUFFIX@/elektra/" WORKINGDIR="@CMAKE_INSTALL_PREFIX@/lib@LIB_SUFFIX@/@TARGET_PLUGIN_FOLDER@/"


if [ -z "$KDB" ]; if [ -z "$KDB" ];
then then
Expand Down
2 changes: 1 addition & 1 deletion scripts/change-storage-symlink.in
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh


WORKINGDIR="@CMAKE_INSTALL_PREFIX@/lib@LIB_SUFFIX@/elektra/" WORKINGDIR="@CMAKE_INSTALL_PREFIX@/lib@LIB_SUFFIX@/@TARGET_PLUGIN_FOLDER@/"


if [ -z "$KDB" ]; if [ -z "$KDB" ];
then then
Expand Down

0 comments on commit dfaac9b

Please sign in to comment.