diff options
Diffstat (limited to 'src/createpkg')
-rw-r--r-- | src/createpkg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/createpkg b/src/createpkg index 4280a7d..54295bf 100644 --- a/src/createpkg +++ b/src/createpkg @@ -177,7 +177,6 @@ function sync_repo { function find_script { - #find $SLACKBUILDS | grep -v .svn | grep -e "/$1.SlackBuild$" find $SLACKBUILDS -name $1.SlackBuild } @@ -415,7 +414,9 @@ cd $SCRIPT_BASE handle_error $? $PACKAGE PKG_TGZ="`ls -1 -c $REPOS/$PACKAGE-*-*-*tgz | head -n 1`" -mkdir -p $PKG_TGZ $REPOS/${SCRIPT_BASE/$BUILD_SCRIPT} + +#mkdir -p $REPOS${SCRIPT_BASE/$SLACKBUILDS} +#mv $PKG_TGZ $REPOS${SCRIPT_BASE/$SLACKBUILDS}/ if [ "$INSTALL" == "1" ]; then # as we dont have the full package file name, we'll |