index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-08-14 01:57:23 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-08-15 01:07:31 -0300 |
commit | c2aefad9b21e2d792f6dfac032824dc21b11ae85 (patch) | |
tree | bfc2fe2ca0d98a21288ac8c8516d7c213c951fe9 | |
parent | 90cfe3ce2ce35382595223bf8d264fee63e86df5 (diff) |
-rw-r--r-- | archiso/Makefile | 2 |
diff --git a/archiso/Makefile b/archiso/Makefile index 78dd534..60632e2 100644 --- a/archiso/Makefile +++ b/archiso/Makefile @@ -20,7 +20,7 @@ install-hooks: install-examples: # install examples install -d -m 755 $(DESTDIR)/usr/share/archiso/ - cp -r ../configs $(DESTDIR)/usr/share/archiso/configs + cp -r ../configs $(DESTDIR)/usr/share/archiso/ install-doc: install -d -m 755 $(DESTDIR)/usr/share/archiso/ |