diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-02-06 20:44:16 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-02-06 20:44:16 +0000 |
commit | ce2e062fbc2846997237862add59763f2ad2be75 (patch) | |
tree | 56483e464662cc07c405cfef8879ec2671d3b900 /utils | |
parent | 5fcfc588a139f8388f89628e98fdd5f212c6a1f4 (diff) | |
download | simplepkg-ce2e062fbc2846997237862add59763f2ad2be75.tar.gz simplepkg-ce2e062fbc2846997237862add59763f2ad2be75.tar.bz2 |
add-slack-required small change
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@154 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/add-slack-required | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/add-slack-required b/utils/add-slack-required index d10c9db..d402c52 100755 --- a/utils/add-slack-required +++ b/utils/add-slack-required @@ -4,8 +4,8 @@ # by rhatto at riseup.net # -slackbuild="/phreak/projetos/code/slackbuilds" -repository="/phreak/apps/packages/slackware/slackware-11.0/" +slackbuild="/path/to/slackbuilds" +repository="/path/to/packages" COMMON="/usr/libexec/simplepkg/common.sh" BASENAME="`basename $0`" |