Install emblem in the correct folder.

This commit is contained in:
Yves-Alexis Perez
2012-06-23 11:00:11 +00:00
parent f1c91b147a
commit 4c398ffc54
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ install:
# splash files
$(INSTALL) $(SPLASH) $(DESTDIR)/usr/share/images/desktop-base
# emblems
mkdir -p $(DESTDIR)/usr/share/icons/hicolor/48x48/emblems
$(INSTALL) $(EMBLEMS) $(DESTDIR)/usr/share/icons/hicolor/48x48/emblems/
mkdir -p $(DESTDIR)/usr/share/icons/hicolor/36x36/emblems
$(INSTALL) $(EMBLEMS) $(DESTDIR)/usr/share/icons/hicolor/36x36/emblems/
# desktop files
mkdir -p $(DESTDIR)/usr/share/desktop-base
$(INSTALL) $(DESKTOPFILES) $(DESTDIR)/usr/share/desktop-base/
+3
View File
@@ -16,6 +16,9 @@ desktop-base (7.0.0~exp1) UNRELEASED; urgency=low
[ Jonathan Carter ]
* Remove splashy theme since it's no longer available in archives
[ Yves-Alexis Perez ]
* Install emblem in the correct folder.
-- Paul Tagliamonte <paultag@ubuntu.com> Fri, 22 Jun 2012 19:20:49 -0400
desktop-base (6.0.7) unstable; urgency=low