diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-10-03 20:50:10 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-10-03 20:50:10 +0000 |
commit | 924e0f3691e3c9096ba004d6e1474fc6cfdbf91a (patch) | |
tree | 318354d110f818763306265f05b7121cf7eed482 /trunk | |
parent | 88d7139851f5e4619c792780b3600f82d35cb601 (diff) | |
download | simplepkg-924e0f3691e3c9096ba004d6e1474fc6cfdbf91a.tar.gz simplepkg-924e0f3691e3c9096ba004d6e1474fc6cfdbf91a.tar.bz2 |
changed MOVE_BIN_PACKAGE defaulting to on
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@447 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk')
-rw-r--r-- | trunk/conf/simplepkg.conf.new | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/conf/simplepkg.conf.new b/trunk/conf/simplepkg.conf.new index 42b0168..0ec81e7 100644 --- a/trunk/conf/simplepkg.conf.new +++ b/trunk/conf/simplepkg.conf.new @@ -149,6 +149,6 @@ CREATE_CLEANUP="yes" REMOVE_OLD_PACKAGE="off" # Move package to SlackBuilds-like tree -MOVE_BIN_PACKAGE="off" +MOVE_BIN_PACKAGE="on" #--------------------------------------------------------------------- |