[arch-commits] Commit in uptimed/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Mon Feb 4 08:00:25 UTC 2013
Date: Monday, February 4, 2013 @ 09:00:25
Author: bpiotrowski
Revision: 83637
Don't use $pkgdir in build() function.
Modified:
uptimed/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-02-04 07:59:30 UTC (rev 83636)
+++ PKGBUILD 2013-02-04 08:00:25 UTC (rev 83637)
@@ -27,7 +27,7 @@
# Change log path to Arch standard
for M in `ls M*`; do
- sed -i "s|/var/spool/uptimed|$pkgdir/var/log/uptimed|" $M
+ sed -i "s|/var/spool/uptimed|/var/log/uptimed|" $M
done
sed -i 's|spool|log|' libuptimed/urec.h
More information about the arch-commits
mailing list