[arch-projects] [mkinitcpio-nfs-utils][PATCH] Makefile: move from /lib to /usr/lib

Tom Gundersen teg at jklm.no
Tue May 1 19:20:44 EDT 2012


Signed-off-by: Tom Gundersen <teg at jklm.no>
---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index d78b7c3..d294ddd 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CLEAN_PROGRAMS = $(addsuffix -clean, $(PROGRAMS))
 INSTALL_PROGRAMS = $(addsuffix -install, $(PROGRAMS))
 
 DESTDIR	?=
-prefix  ?= /lib/initcpio
+prefix  ?= /usr/lib/initcpio
 bindir  ?= $(prefix)
 
 
-- 
1.7.10



More information about the arch-projects mailing list