mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
business/gnucash: Fixed for bash4.
This commit is contained in:
parent
0215c104e5
commit
81cd367e5c
2 changed files with 3 additions and 7 deletions
|
@ -81,12 +81,8 @@ make install DESTDIR=$PKG
|
||||||
# Create the gconf defaults directory
|
# Create the gconf defaults directory
|
||||||
mkdir -p $PKG/etc/gconf/gconf.xml.defaults
|
mkdir -p $PKG/etc/gconf/gconf.xml.defaults
|
||||||
|
|
||||||
( cd $PKG
|
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||||
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
xargs strip --strip-unneeded 2> /dev/null || true
|
|
||||||
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
|
|
||||||
xargs strip --strip-unneeded 2> /dev/null
|
|
||||||
)
|
|
||||||
|
|
||||||
( cd $PKG/usr/man
|
( cd $PKG/usr/man
|
||||||
find . -type f -exec gzip -9 {} \;
|
find . -type f -exec gzip -9 {} \;
|
||||||
|
|
|
@ -2,8 +2,8 @@ PRGNAM="gnucash"
|
||||||
VERSION="2.2.9"
|
VERSION="2.2.9"
|
||||||
HOMEPAGE="http://www.gnucash.org/"
|
HOMEPAGE="http://www.gnucash.org/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/gnucash/gnucash-2.2.9.tar.bz2"
|
DOWNLOAD="http://downloads.sourceforge.net/gnucash/gnucash-2.2.9.tar.bz2"
|
||||||
MD5SUM="1d814de8673b4760045bf51b72924d04"
|
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
|
MD5SUM="1d814de8673b4760045bf51b72924d04"
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Vincent Batts"
|
MAINTAINER="Vincent Batts"
|
||||||
EMAIL="vbatts@hashbangbash.com"
|
EMAIL="vbatts@hashbangbash.com"
|
||||||
|
|
Loading…
Reference in a new issue