From 745e9a4158fa22fc17d8845d4d443cac2dedac4e Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Sat, 30 Mar 2013 20:30:07 -0300 Subject: [archiso] Prepare release Signed-off-by: Gerardo Exequiel Pozzi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f17343f..33054a3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -V=6 +V=7 INSTALL_FILES=$(wildcard archiso/initcpio/install/*) HOOKS_FILES=$(wildcard archiso/initcpio/hooks/*) -- cgit v1.2.3 From 1d8bb94dc601dcbcf9e7328ee4675000630d9e89 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Sat, 13 Apr 2013 16:05:46 -0300 Subject: [archiso] Prepare release Signed-off-by: Gerardo Exequiel Pozzi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 33054a3..33bd97f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -V=7 +V=8 INSTALL_FILES=$(wildcard archiso/initcpio/install/*) HOOKS_FILES=$(wildcard archiso/initcpio/hooks/*) -- cgit v1.2.3 From 47f39ec5d3b93f95bcf67ef3db18893cb06b99e8 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Sun, 12 May 2013 01:22:57 -0300 Subject: [archiso] /usr/sbin -> /usr/bin Signed-off-by: Gerardo Exequiel Pozzi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 33bd97f..e1ced09 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ all: install: install-program install-initcpio install-examples install-doc install-program: - install -D -m 755 archiso/mkarchiso $(DESTDIR)/usr/sbin/mkarchiso + install -D -m 755 archiso/mkarchiso $(DESTDIR)/usr/bin/mkarchiso install-initcpio: install -d $(SCRIPT_DIR) $(HOOKS_DIR) $(INSTALL_DIR) -- cgit v1.2.3 From 34c38fb78cdf89062a3aeadfb43e6ebafad23771 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Thu, 30 May 2013 12:11:09 -0300 Subject: prepare release Signed-off-by: Gerardo Exequiel Pozzi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e1ced09..15e8143 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -V=8 +V=9 INSTALL_FILES=$(wildcard archiso/initcpio/install/*) HOOKS_FILES=$(wildcard archiso/initcpio/hooks/*) -- cgit v1.2.3 From 6634f0a7814e121e25a52eca2f70bd09c1adc122 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Thu, 30 May 2013 20:22:08 -0300 Subject: prepare release Signed-off-by: Gerardo Exequiel Pozzi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 15e8143..fc89288 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -V=9 +V=10 INSTALL_FILES=$(wildcard archiso/initcpio/install/*) HOOKS_FILES=$(wildcard archiso/initcpio/hooks/*) -- cgit v1.2.3 From c7925edadf412018ca989a678dba40b1d2f27f59 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Sat, 29 Jun 2013 16:49:52 -0300 Subject: prepare release Signed-off-by: Gerardo Exequiel Pozzi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fc89288..274d8f8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -V=10 +V=11 INSTALL_FILES=$(wildcard archiso/initcpio/install/*) HOOKS_FILES=$(wildcard archiso/initcpio/hooks/*) -- cgit v1.2.3