aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2003-08-01 13:42:20 +0000
committerFlorent Villard <warly@mandriva.com>2003-08-01 13:42:20 +0000
commit616f8e99634bdbbe95b2b0a15c060cecce4563a1 (patch)
tree22746cd19369c730bf23f6f5fed3120fd875368c /Makefile
parent696192fbe27cb0ef3bbe54e4ae5dd72fb1cd4545 (diff)
downloadbootsplash-616f8e99634bdbbe95b2b0a15c060cecce4563a1.tar
bootsplash-616f8e99634bdbbe95b2b0a15c060cecce4563a1.tar.gz
bootsplash-616f8e99634bdbbe95b2b0a15c060cecce4563a1.tar.bz2
bootsplash-616f8e99634bdbbe95b2b0a15c060cecce4563a1.tar.xz
bootsplash-616f8e99634bdbbe95b2b0a15c060cecce4563a1.zip
some cosmetic changesV2_0_1_1mdk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2ad9a39..4990729 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ VERSION := $(shell sed -n 's/%define version //p' < $(NAME).spec)
RELEASE := $(shell sed -n 's/%define release //p' < $(NAME).spec)
RELTAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__')
-SUBDIRS=scripts fb fbmngplay fbtruetype splash
+SUBDIRS=scripts fb fbmngplay fbtruetype splash po
DATADIRS=themes/data/
CONFIGDIRS=themes/config/
THEMES=Mandrake
@@ -22,7 +22,7 @@ install:
@for i in $(SUBDIRS);do make -C $$i install;done
@for i in $(DATADIRS);do for t in $(THEMES); do cp -a $$i/$$t $(prefix)$(sharedir)/bootsplash/themes/;done; done
@for i in $(CONFIGDIRS);do for t in $(THEMES); do install -d $(prefix)/$(configdir)/bootsplash/themes/$$t/config; cp -a $(CONFIGDIRS)/$$t/cfg/* $(prefix)$(configdir)/bootsplash/themes/$$t/config/;done ;done
- @for d in 800x600 1024x768; do for v in 1 2 3; do ln -s vt1-$$d.cfg $(prefix)$(configdir)/bootsplash/themes/Mandrake/config/vt$$v-$$d.cfg; done; done
+ @for d in 800x600 1024x768; do for v in 1 2 3; do ln -s vt0-$$d.cfg $(prefix)$(configdir)/bootsplash/themes/Mandrake/config/vt$$v-$$d.cfg; done; done
dis: clean
rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar*