diff options
Diffstat (limited to 'business/ledger/ledger.SlackBuild')
-rw-r--r-- | business/ledger/ledger.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/business/ledger/ledger.SlackBuild b/business/ledger/ledger.SlackBuild index 7a36d97181..1135b1f649 100644 --- a/business/ledger/ledger.SlackBuild +++ b/business/ledger/ledger.SlackBuild @@ -4,7 +4,7 @@ PRGNAM=ledger VERSION=${VERSION:-3.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -35,6 +35,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +tar xvf $CWD/utfcpp.tar.gz -C lib/ ./acprep --prefix=/usr update make install DESTDIR=$PKG |