aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/createpkg
diff options
context:
space:
mode:
authorrudson <rudson@04377dda-e619-0410-9926-eae83683ac58>2007-09-11 16:18:13 +0000
committerrudson <rudson@04377dda-e619-0410-9926-eae83683ac58>2007-09-11 16:18:13 +0000
commit4a92eea3c850c549349c124dec37138044e752b3 (patch)
treeadd9bf8ee70ef3c1879135510e86a0f17d790eaf /trunk/src/createpkg
parent1ba8b85399d2ff2412757b31a42fa00a695f15b2 (diff)
downloadsimplepkg-4a92eea3c850c549349c124dec37138044e752b3.tar.gz
simplepkg-4a92eea3c850c549349c124dec37138044e752b3.tar.bz2
createpkg-1.1.4: correção do nome do slack-required
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@440 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src/createpkg')
-rw-r--r--trunk/src/createpkg4
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg
index b3e82cf..825b8a7 100644
--- a/trunk/src/createpkg
+++ b/trunk/src/createpkg
@@ -26,7 +26,7 @@
# Createpkg functions
#---------------------------------------------------
-CREATEPKG_VERSION="1.1.3"
+CREATEPKG_VERSION="1.1.4"
function error_codes {
@@ -498,7 +498,7 @@ PKG_NAME="`ls -1 -c $MAKEPKG_REPOS/$PACKAGE-*-*-*.tgz | head -n 1 | xargs basena
# Move package and slack-required to SlackBuilds-like tree
# TODO: subversion integration
[ $MOVE_BIN_PACKAGE -eq $on ] && mv $MAKEPKG_REPOS/$PKG_NAME $NEW_REPOS/
-[ ! -z "$SLACK_REQUIRED" ] && cp $SLACK_REQUIRED $NEW_REPOS/$PKG_NAME.slack-required
+[ ! -z "$SLACK_REQUIRED" ] && cp $SLACK_REQUIRED $NEW_REPOS/$PACKAGE.slack-required
# Install package
if [ "$INSTALL" -eq $on ]; then