]> git.pld-linux.org Git - packages/acpitail.git/commitdiff
- set proper path
authorlisu <lisu@pld-linux.org>
Mon, 18 Jun 2007 21:44:11 +0000 (21:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acpitail-Makefile.patch -> 1.1

acpitail-Makefile.patch [new file with mode: 0644]

diff --git a/acpitail-Makefile.patch b/acpitail-Makefile.patch
new file mode 100644 (file)
index 0000000..f5c8659
--- /dev/null
@@ -0,0 +1,11 @@
+--- acpitail-0.1/Makefile~     2007-06-18 12:07:30.000000000 +0200
++++ acpitail-0.1/Makefile      2007-06-18 22:44:26.000000000 +0200
+@@ -12,7 +12,7 @@
+       $(CC) -Wall -W $(OBJS) $(LDFLAGS) -o acpitail
+ install: acpitail
+-      cp acpitail /usr/local/sbin
++      cp acpitail $(DESTDIR)/usr/sbin
+ clean:
+       rm -f $(OBJS) acpitail core *.da *.gcov *.bb*
This page took 0.058919 seconds and 4 git commands to generate.