diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-10-07 12:32:36 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-10-07 12:32:36 +0000 |
commit | c6887b53c1a632bc0f2cc25c73627bc3a87dc6ee (patch) | |
tree | a519a3c2aa3195d8d199d5030d10896657759fa4 /scripts | |
parent | b9de97f65aa762fa4d9154d2d36d199627410bf1 (diff) | |
download | bootsplash-c6887b53c1a632bc0f2cc25c73627bc3a87dc6ee.tar bootsplash-c6887b53c1a632bc0f2cc25c73627bc3a87dc6ee.tar.gz bootsplash-c6887b53c1a632bc0f2cc25c73627bc3a87dc6ee.tar.bz2 bootsplash-c6887b53c1a632bc0f2cc25c73627bc3a87dc6ee.tar.xz bootsplash-c6887b53c1a632bc0f2cc25c73627bc3a87dc6ee.zip |
fix bad paths in Makefile
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index aa0189e..bdbcb66 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -12,9 +12,9 @@ check: @for i in $(PL);do perl -c $$i ||exit 1;done install: - @mkdir -p $(prefix)$(sharedir)/mandriva-theme-utils/scripts/ $(prefix)$(etcsysdir) - @for i in $(SH) $(PL);do install -m755 $$i $(prefix)$(sharedir)/mandriva-theme-utils/scripts/;done - install -m644 $(SYS) $(prefix)$(etcsysdir)/theme + @mkdir -p $(prefix)$(sharedir)/bootsplash/scripts/ $(prefix)$(etcsysdir) + @for i in $(SH) $(PL);do install -m755 $$i $(prefix)$(sharedir)/bootsplash/scripts/;done + install -m644 $(SYS) $(prefix)$(etcsysdir)/bootsplash clean: rm -f *~ \#*\# |