From 383d3cbe411d63b9690a46432bcd1c0b75e1641e Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Thu, 25 Sep 2008 22:58:25 +0000 Subject: [PATCH] Disable Usplash theme build. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8446600..62a2a0f 100644 --- a/Makefile +++ b/Makefile @@ -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