diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-01-30 18:12:44 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-01-30 18:12:44 +0000 |
commit | 52f5dc20a540a26dd3661358c780bc1466ebe7f7 (patch) | |
tree | 1c59e5de964ad08743f184e3427479f75ea55859 | |
parent | 3ee630de88360ab31a0244a2cf25091173095989 (diff) | |
download | simplepkg-52f5dc20a540a26dd3661358c780bc1466ebe7f7.tar.gz simplepkg-52f5dc20a540a26dd3661358c780bc1466ebe7f7.tar.bz2 |
simplepkg 0.4.9pre17
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@134 04377dda-e619-0410-9926-eae83683ac58
-rw-r--r-- | doc/CHANGELOG | 2 | ||||
-rwxr-xr-x | simplepkg.SlackBuild | 2 | ||||
-rwxr-xr-x | src/simplaret | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 96de132..b447fcb 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -1,7 +1,7 @@ simplepkg changelog ------------------- -0.4.9pre10-16: lots of simplaret fixes +0.4.9pre10-17: lots of simplaret fixes 0.4.9pre9: createpkg: - speedup diff --git a/simplepkg.SlackBuild b/simplepkg.SlackBuild index a43f082..8730c34 100755 --- a/simplepkg.SlackBuild +++ b/simplepkg.SlackBuild @@ -6,7 +6,7 @@ PACKAGE="simplepkg" PACK_DIR="package-$PACKAGE" BUILD=${BUILD:=1rha} -VERSION="0.4.9pre16" +VERSION="0.4.9pre17" ARCH="noarch" LIBEXEC="/usr/libexec/$PACKAGE" BINDIR="/usr/bin" diff --git a/src/simplaret b/src/simplaret index 075cd7c..fd8113a 100755 --- a/src/simplaret +++ b/src/simplaret @@ -825,7 +825,7 @@ case $1 in "--get" | "get") shift ; simplaret_get $* ;; "--get-patches" | "get-patches") simplaret_get_patches ;; "--purge" | "purge") shift ; simplaret_purge $* ;; - "--install" | "install") simplaret_install $2 ;; + "--install" | "install") shift ; simplaret_install $* ;; "--upgrade" | "upgrade") simplaret_get_patches --upgrade ;; "--remove" | "remove") removepkg $2 ;; *) simplaret_usage ;; |