Changeset 1041
- Timestamp:
- 11/08/08 17:02:38 (2 months ago)
- Location:
- trunk/tcos-usplash
- Files:
-
- 2 modified
-
Makefile (modified) (1 diff)
-
debian/changelog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tcos-usplash/Makefile
r1031 r1041 17 17 18 18 install: 19 @if [ "$(USPLASH_VERSION)" != "0. 4.1" ]; then\19 @if [ "$(USPLASH_VERSION)" != "0.5" ]; then\ 20 20 echo " => Installing usplash theme $(USPLASH_VERSION)";\ 21 21 ( cd $(USPLASH_VERSION) && make install DESTDIR=$(DESTDIR) ); \ 22 22 fi 23 23 24 @if [ "$(USPLASH_VERSION)" = "0. 4.1" ]; then\25 echo " => Installing usplash theme 0. 4.1";\24 @if [ "$(USPLASH_VERSION)" = "0.5" ]; then\ 25 echo " => Installing usplash theme 0.5";\ 26 26 ( cd $(USPLASH_VERSION) && make install DESTDIR=$(DESTDIR)/usr/lib/usplash/ );\ 27 27 fi -
trunk/tcos-usplash/debian/changelog
r1040 r1041 6 6 * common.mk: 7 7 - Set new theme (0.5) to all using 0.4.1 8 * Makefile: 9 - Change 0.4.1 => 0.5 8 10 9 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com> Sat, 08 Nov 2008 1 6:37:42+010011 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com> Sat, 08 Nov 2008 17:02:11 +0100 10 12 11 13 tcos-usplash (0.89.14) unstable; urgency=low
