diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-23 22:20:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-23 22:50:43 +0700 |
commit | 423ce1420769a5dbe9da7ea7001bcf8ae5b71ad5 (patch) | |
tree | cb919542ac11f5d894c183c0ecec4ae6e4e207db /business/ledger/ledger.SlackBuild | |
parent | 21f935fc27296a68ce50822a8f2506169e5a6810 (diff) |
business/ledger: Fix Build.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 7a36d9718195..1135b1f649a2 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 |