diff options
author | Florent Villard <warly@mandriva.com> | 2002-02-26 13:08:58 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2002-02-26 13:08:58 +0000 |
commit | 6385ca049c67284e7d71f5fa441067194f43bd16 (patch) | |
tree | 9dfd3724da9f665752119e91255cd7dd7eec94b0 /Makefile | |
parent | 3cff136600d3450105b7f7274f5033895827fa3b (diff) | |
download | bootsplash-6385ca049c67284e7d71f5fa441067194f43bd16.tar bootsplash-6385ca049c67284e7d71f5fa441067194f43bd16.tar.gz bootsplash-6385ca049c67284e7d71f5fa441067194f43bd16.tar.bz2 bootsplash-6385ca049c67284e7d71f5fa441067194f43bd16.tar.xz bootsplash-6385ca049c67284e7d71f5fa441067194f43bd16.zip |
added progress bar coordinate for Mandrake themeV1_3_4_1mdk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ VERSION := $(shell sed -n 's/%define version //p' < $(NAME).spec) RELEASE := $(shell sed -n 's/%define release //p' < $(NAME).spec) RELTAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__') -SUBDIRS=scripts +SUBDIRS=scripts fb DATADIRS=themes prefix=/ |