diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-14 00:26:09 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-14 00:26:09 -0200 |
commit | 9e33e61c00e3da5565b47e16b6618ab98c9ea38f (patch) | |
tree | 40f12bea587349c4fb532862585a8cb8de2f3da9 /pcr/gnuhealth | |
parent | 8d0f52f75dbef150f9d99547688120a1e92e9a8e (diff) | |
download | abslibre-9e33e61c00e3da5565b47e16b6618ab98c9ea38f.tar.gz abslibre-9e33e61c00e3da5565b47e16b6618ab98c9ea38f.tar.bz2 abslibre-9e33e61c00e3da5565b47e16b6618ab98c9ea38f.zip |
gnuhealth-1.8.0-1: fixing some things on PKGBUILD
Diffstat (limited to 'pcr/gnuhealth')
-rw-r--r-- | pcr/gnuhealth/PKGBUILD | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pcr/gnuhealth/PKGBUILD b/pcr/gnuhealth/PKGBUILD index ee75b2ee9..c7db21793 100644 --- a/pcr/gnuhealth/PKGBUILD +++ b/pcr/gnuhealth/PKGBUILD @@ -17,11 +17,6 @@ build() { # python2 fixes export PYTHON=python2 - sed -i '/TRYTON_PATH/s/python/&2/' configure - - # makefile fixes - sed -e '/install:/a\\tinstall -d $(DESTDIR)$(tryton_modules)/' \ - -e 's/$(tryton/$(DESTDIR)&/' -i Makefile.in # mv man file mv health/man . |