diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-09-03 22:18:16 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-09-03 22:18:16 +0000 |
commit | fde097df512296afdadd95f02d1caf3bf263f2f3 (patch) | |
tree | 992976ce557d4956674e5572607a7ae713915c7d /Makefile | |
parent | 645ac97d01fb361313e7ad63dddde62d23b31dff (diff) | |
download | rpmdrake-fde097df512296afdadd95f02d1caf3bf263f2f3.tar rpmdrake-fde097df512296afdadd95f02d1caf3bf263f2f3.tar.gz rpmdrake-fde097df512296afdadd95f02d1caf3bf263f2f3.tar.bz2 rpmdrake-fde097df512296afdadd95f02d1caf3bf263f2f3.tar.xz rpmdrake-fde097df512296afdadd95f02d1caf3bf263f2f3.zip |
- disable prerendered titles until I have the new banner
- don't update when no source is selected for updates...
- new ugtk without BEGIN so that we can have an OK error message when X is not available
- use parenthesis for as much functions as seen since when requir'ing modules sometimes a function call is considered a bareword
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -44,6 +44,10 @@ install: $(ALL) ln -sf $(RELATIVE_SBIN)/edit-urpm-sources.pl $(BINDIR)/rpmdrake-sources install -d $(DATADIR)/rpmdrake/icons install -m644 icons/*.png $(DATADIR)/rpmdrake/icons + @for i in icons/title/*; do \ + install -d $(DATADIR)/rpmdrake/$$i; \ + install -m644 $$i/*.png $(DATADIR)/rpmdrake/$$i; \ + done install -m644 compssUsers.flat.default $(DATADIR)/rpmdrake clean: |