diff options
author | Stu Miller <slackbuilds@go4it2day.com> | 2020-09-11 23:35:18 +0100 |
---|---|---|
committer | Dave Woodfall <dave@slackbuilds.org> | 2020-09-11 23:35:18 +0100 |
commit | 6304715eeb23c49da7c779db75ffdf114e5c8b60 (patch) | |
tree | 4a2c375c9f95072a46ff6756a120d6354e8d2135 /system/autoslackpkg/autoslackpkg.SlackBuild | |
parent | 4348c85f8179ff73a0c68a3d4c6d2cf04b9bf666 (diff) |
system/autoslackpkg: Updated for version 1.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'system/autoslackpkg/autoslackpkg.SlackBuild')
-rw-r--r-- | system/autoslackpkg/autoslackpkg.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/autoslackpkg/autoslackpkg.SlackBuild b/system/autoslackpkg/autoslackpkg.SlackBuild index cfa78322ee490..e1b22b7102c07 100644 --- a/system/autoslackpkg/autoslackpkg.SlackBuild +++ b/system/autoslackpkg/autoslackpkg.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=autoslackpkg -VERSION=${VERSION:-1.0} +VERSION=${VERSION:-1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -68,7 +68,7 @@ cp -a \ mkdir -p $PKG/usr/libexec/$PRGNAM cp -a \ - libexec/* \ + libexec/$PRGNAM/* \ $PKG/usr/libexec/$PRGNAM/ mkdir -p $PKG/install |