diff options
Diffstat (limited to 'branches/0.6/conf')
-rw-r--r-- | branches/0.6/conf/simplepkg.conf.new | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/branches/0.6/conf/simplepkg.conf.new b/branches/0.6/conf/simplepkg.conf.new index 67c8d56..70aa70b 100644 --- a/branches/0.6/conf/simplepkg.conf.new +++ b/branches/0.6/conf/simplepkg.conf.new @@ -127,26 +127,28 @@ TEMPLATE_STORAGE_STYLE="own-folder" # MKBUILD AND CREATEPKG SECTION #--------------------------------------------------------------------- # Set SlackBuilds default directory from scripts -SLACKBUILDS_DIR="/var/slackbuilds" +SLACKBUILDS_DIR="/var/simplaret/slackbuilds" # Set binaries default repository directory -MAKEPKG_REPOS="/var/createpkg" +MAKEPKG_REPOS="/var/simplaret/repos" # Set sources default directory -SOURCE_DIR="/var/sources" +SOURCE_DIR="/var/simplaret/sources" # Set color style # possible values are: color,gray, none COLOR_MODE="none" +# Createpkg architecture +CREATE_ARCH="i486" + +# Remove build files +CREATE_CLEANUP="yes" + # Remove old packages from repository tree by createpkg -# 0 enable -# 1 desable -REMOVE_OLD_PACKAGE=1 +REMOVE_OLD_PACKAGE="off" # Move package to SlackBuilds-like tree -# 0 enable -# 1 desable -MOVE_BIN_PACKAGE=1 +MOVE_BIN_PACKAGE="off" #--------------------------------------------------------------------- |