summaryrefslogtreecommitdiff
path: root/community/nut
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-07-15 23:12:20 +0000
committerroot <root@rshg047.dnsready.net>2011-07-15 23:12:20 +0000
commit76c26b027d797f3671bf0b6c6618eda2496cf88d (patch)
treec386be56a0a3bc7b668a674e9cec6405a4d2fb2f /community/nut
parent29657877f6a02dbba1bd58b417b4ccd211939690 (diff)
Fri Jul 15 23:12:20 UTC 2011
Diffstat (limited to 'community/nut')
-rw-r--r--community/nut/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/nut/PKGBUILD b/community/nut/PKGBUILD
index 5f5f3c55b..3b4d7f374 100644
--- a/community/nut/PKGBUILD
+++ b/community/nut/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=nut
pkgver=16.13
-pkgrel=1
+pkgrel=2
pkgdesc='Records what you eat and analyzes your meals for nutrient levels in terms of the Daily Value or DV which is the standard for food labeling in the US.'
url='http://nut.sourceforge.net/'
license=('GPL')
@@ -15,7 +15,9 @@ build() {
cd ${pkgname}-${pkgver}
# change install path to /usr instead of /usr/local
- sed -i 's#local/##' Makefile
+ sed \
+ -e 's#/local##' \
+ -i Makefile
make
}