Skip to content

Commit

Permalink
Merge pull request #303 from alvarhansen/archive-share-dir
Browse files Browse the repository at this point in the history
Include package name in share dir for presets
  • Loading branch information
yonaskolb authored May 7, 2018
2 parents c3f4c96 + 91fce92 commit 800c46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
PACKAGE_NAME=${EXECUTABLE_NAME:?}
TMP=$(mktemp -d)/$PACKAGE_NAME
BINDIR=$TMP/bin
SHAREDIR=$TMP/share
SHAREDIR=$TMP/share/$PACKAGE_NAME
ZIPFILE=$TMP/${EXECUTABLE_NAME:?}.zip
INSTALLSH=scripts/install.sh
LICENSE=LICENSE
Expand Down

0 comments on commit 800c46d

Please sign in to comment.