diff options
author | Florent Villard <warly@mandriva.com> | 2002-03-07 22:42:50 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2002-03-07 22:42:50 +0000 |
commit | 478da872cb9728823f43db0c70e01991f27e5621 (patch) | |
tree | dab199f4c27e3e677e0461b63adf940d1f9e47ce /Makefile | |
parent | 91c8a3917778018488cef9b1d122de1c0a7c474b (diff) | |
download | bootsplash-478da872cb9728823f43db0c70e01991f27e5621.tar bootsplash-478da872cb9728823f43db0c70e01991f27e5621.tar.gz bootsplash-478da872cb9728823f43db0c70e01991f27e5621.tar.bz2 bootsplash-478da872cb9728823f43db0c70e01991f27e5621.tar.xz bootsplash-478da872cb9728823f43db0c70e01991f27e5621.zip |
readd Ayo in a separate packageV1_3_7_1mdk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -22,8 +22,6 @@ install: @for i in $(SUBDIRS);do make -C $$i install;done @for i in $(DATADIRS);do cp -a $$i/* $(prefix)$(sharedir)/bootsplash/themes/;done @for i in $(CONFIGDIRS);do cp -a $$i/* $(prefix)$(configdir)/bootsplash/themes/;done - rm -fr $(prefix)$(configdir)/bootsplash/themes/Ayo - rm -fr $(prefix)$(sharedir)/bootsplash/themes/Ayo dis: clean rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* |