diff options
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 |