[arch-projects] [mkinitcpio-nfs-utils][PATCH] Makefile: move from /lib to /usr/lib
Signed-off-by: Tom Gundersen <teg@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
On 05/01/2012 08:20 PM, Tom Gundersen wrote:
Signed-off-by: Tom Gundersen<teg@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)
Warning: This was moved to [ŧesting] but "net" hook from mkinitcpio is not updated ;) -- Gerardo Exequiel Pozzi \cos^2\alpha + \sin^2\alpha = 1
On Thu, May 3, 2012 at 12:01 AM, Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> wrote:
Warning: This was moved to [ŧesting] but "net" hook from mkinitcpio is not updated ;)
Thanks. My bad. -t
On Thu, May 03, 2012 at 12:33:20AM +0200, Tom Gundersen wrote:
On Thu, May 3, 2012 at 12:01 AM, Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> wrote:
Warning: This was moved to [ŧesting] but "net" hook from mkinitcpio is not updated ;)
Thanks. My bad.
-t
...and I've removed this from testing. A proper release will appear in the very near future. d
participants (3)
-
Dave Reisner
-
Gerardo Exequiel Pozzi
-
Tom Gundersen