Disable Usplash theme build.

This commit is contained in:
Fathi Boudra
2008-09-25 22:58:25 +00:00
parent 6b40b7186c
commit 383d3cbe41
+3 -3
View File
@@ -8,17 +8,17 @@ PIXMAPS=$(wildcard pixmaps/*.png)
DESKTOPFILES=$(wildcard *.desktop)
all:
make -C usplash/moreblue-orbit
# make -C usplash/moreblue-orbit
clean:
make -C usplash/moreblue-orbit clean
# make -C usplash/moreblue-orbit clean
install:
# splashy theme
mkdir -p $(DESTDIR)/etc/splashy/themes/moreblue-orbit
$(INSTALL) $(wildcard splashy/moreblue-orbit/*) $(DESTDIR)/etc/splashy/themes/moreblue-orbit
# usplash theme
make -C usplash/moreblue-orbit install DESTDIR=$(CURDIR)/debian/usplash-theme-debian-desktop/usr/lib/usplash
# make -C usplash/moreblue-orbit install DESTDIR=$(CURDIR)/debian/usplash-theme-debian-desktop/usr/lib/usplash
# background files
mkdir -p $(DESTDIR)/usr/share/images/desktop-base
$(INSTALL) $(BACKGROUNDS) $(DESTDIR)/usr/share/images/desktop-base