debian/rules:

- install splashy themes in /usr/share instead of /etc.     closes: #501315
This commit is contained in:
Yves-Alexis Perez
2008-10-14 20:45:08 +00:00
parent d90be324c3
commit 97b788440a
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ clean:
install:
# splashy theme
mkdir -p $(DESTDIR)/etc/splashy/themes/moreblue-orbit
$(INSTALL) $(wildcard splashy/moreblue-orbit/*) $(DESTDIR)/etc/splashy/themes/moreblue-orbit
mkdir -p $(DESTDIR)/usr/share/splashy/themes/moreblue-orbit
$(INSTALL) $(wildcard splashy/moreblue-orbit/*) $(DESTDIR)/usr/share/splashy/themes/moreblue-orbit
# usplash theme
# make -C usplash/moreblue-orbit install DESTDIR=$(CURDIR)/debian/usplash-theme-debian-desktop/usr/lib/usplash
# background files
+3 -1
View File
@@ -2,8 +2,10 @@ desktop-base (5.0.2) UNRELEASED; urgency=low
* moreblue-orbit-wallpaper-widescreen.svg updated, fix a “transparent”
* horizontal line on top.
* debian/rules:
- install splashy themes in /usr/share instead of /etc. closes: #501315
-- Yves-Alexis Perez <corsac@debian.org> Tue, 30 Sep 2008 07:32:36 +0200
-- Yves-Alexis Perez <corsac@debian.org> Tue, 14 Oct 2008 22:43:53 +0200
desktop-base (5.0.1) unstable; urgency=low