summaryrefslogtreecommitdiff
path: root/community/nut/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-18 12:59:47 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-18 12:59:47 -0300
commit12c074375919d2de177eb9456352866902118a03 (patch)
tree3f6b2e5baadedbc7901bf3e614fd017ca8aaee52 /community/nut/PKGBUILD
parent598db82f25ffe3557e395a11f379de65af9e1ac1 (diff)
parentddddf9c453076a407bfdbf3e030e606f31ee2b86 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/dopewars/PKGBUILD community/virtualbox/PKGBUILD core/lvm2/PKGBUILD extra/aspell/PKGBUILD extra/gnome-python-extras/PKGBUILD extra/libproxy/PKGBUILD extra/live-media/PKGBUILD extra/ocaml/PKGBUILD extra/putty/PKGBUILD extra/python/PKGBUILD extra/ruby/PKGBUILD kde-unstable/calligra/PKGBUILD multilib-testing/lib32-mesa/PKGBUILD testing/mesa/PKGBUILD
Diffstat (limited to 'community/nut/PKGBUILD')
-rw-r--r--community/nut/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/nut/PKGBUILD b/community/nut/PKGBUILD
index 89970cf0e..b7fd809fa 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
}