diff options
author | Daouda Lo <daouda@mandriva.com> | 2006-02-23 15:35:27 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2006-02-23 15:35:27 +0000 |
commit | ffa58cc585eee063758bf7a6bf22ec6c2bf249a9 (patch) | |
tree | b66661999e9f839f4c31911d43631ac7f15e9fd6 | |
parent | ba441a4e42974799455c699e413dd47eaa332bfd (diff) | |
download | mgaonline-ffa58cc585eee063758bf7a6bf22ec6c2bf249a9.tar mgaonline-ffa58cc585eee063758bf7a6bf22ec6c2bf249a9.tar.gz mgaonline-ffa58cc585eee063758bf7a6bf22ec6c2bf249a9.tar.bz2 mgaonline-ffa58cc585eee063758bf7a6bf22ec6c2bf249a9.tar.xz mgaonline-ffa58cc585eee063758bf7a6bf22ec6c2bf249a9.zip |
- remove mdvbundle refs
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -6,7 +6,6 @@ TAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__') NAME = mdkonline MDKUPDATE = mdkupdate MDKAPPLET = mdkapplet -MDKBUNDLE = mdvbundle.pl SUBDIRS = po PREFIX = / @@ -38,7 +37,6 @@ install: all install -m755 $(NAME) $(SBINDIR) install -m755 $(MDKUPDATE) $(SBINDIR) install -m755 $(MDKAPPLET) $(BINDIR) - install -m755 $(MDKBUNDLE) $(BINDIR) install -m644 icons/$(NAME)16.png $(ICONSDIR)/mini/$(NAME).png install -m644 icons/$(NAME)32.png $(ICONSDIR)/$(NAME).png install -m644 icons/$(NAME)48.png $(ICONSDIR)/large/$(NAME).png |