SOURCES: suspend2-userui-Makefile.patch (NEW) - readded but for a ...
shadzik
shadzik at pld-linux.org
Sat Jul 15 02:35:24 CEST 2006
Author: shadzik Date: Sat Jul 15 00:35:24 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- readded but for a different purpose - we need it to fix installation
---- Files affected:
SOURCES:
suspend2-userui-Makefile.patch (1.2 -> 1.3) (NEW)
---- Diffs:
================================================================
Index: SOURCES/suspend2-userui-Makefile.patch
diff -u /dev/null SOURCES/suspend2-userui-Makefile.patch:1.3
--- /dev/null Sat Jul 15 02:35:24 2006
+++ SOURCES/suspend2-userui-Makefile.patch Sat Jul 15 02:35:19 2006
@@ -0,0 +1,20 @@
+--- Makefile 2006-06-06 19:25:10.000000000 +0200
++++ Makefile-new 2006-07-15 02:33:01.228046632 +0200
+@@ -2,7 +2,7 @@
+ LDFLAGS :=
+
+ DESTDIR :=
+-PREFIX := /usr/local
++PREFIX := /usr
+ INSTDIR := $(DESTDIR)$(PREFIX)/sbin
+
+ MODULES = text fbsplash usplash
+@@ -37,7 +37,7 @@
+
+ $(INSTDIR)/%: %
+ strip $<
+- install -m 755 -o root -g root $< $@
++ install -m 755 $< $@
+
+ install: all $(patsubst %,$(INSTDIR)/%,$(TARGETS))
+
================================================================
More information about the pld-cvs-commit
mailing list