diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2015-05-09 11:00:27 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-09 13:36:22 +0700 |
commit | f432f2ffc08d39754adb4d0622246e7efb2be9cb (patch) | |
tree | 67f33d5d52e11b8bd17387f1d8e6e4a5f3620ccf /system/asbt/README.Slackware | |
parent | e76e0021ba1d7bb4d9636831486ff8c63f28ba0b (diff) | |
download | slackbuilds-f432f2ffc08d39754adb4d0622246e7efb2be9cb.tar.gz |
system/asbt: Updated for version 1.7.
Diffstat (limited to 'system/asbt/README.Slackware')
-rw-r--r-- | system/asbt/README.Slackware | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/system/asbt/README.Slackware b/system/asbt/README.Slackware index 7cf657cefb..259969778c 100644 --- a/system/asbt/README.Slackware +++ b/system/asbt/README.Slackware @@ -1,30 +1,30 @@ The variables used in the script, which you would probably adjust according to your wish, are: -1) repodir="$HOME/slackbuilds" +1) REPODIR="$HOME/slackbuilds" # Repository for slackbuilds. -2) srcdir="$HOME/src" +2) SRCDIR="$HOME/src" # Where the downloaded source packages are to be placed. # Leave it blank for saving it in the same directory as the slackbuild. -3) outdir="$HOME/pkg" +3) PKGDIR="$HOME/pkg" # Where the build package will be placed. # Leave it blank for putting it in /tmp. -4) gitdir="$HOME/slackbuilds/.git" +4) GITDIR="$HOME/slackbuilds/.git" # Directory where the slackbuilds git repository is present. -5) editor="/usr/bin/vim" +5) EDITOR="/usr/bin/vim" # Editor for viewing/editing slackbuilds. -6) buildflags="MAKEFLAGS=-j2" +6) BUILDFLAGS="MAKEFLAGS=-j2" # Common build flags specified while building packages. -7) ignore="" +7) IGNORE="" # Packages to ignore when checking for updates. -8) pause="yes" +8) PAUSE="yes" # Pause for input when using superuser priviliges. These variables can be configured via editing /etc/asbt/asbt.conf |