diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-08-19 15:51:08 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-08-19 15:51:08 +0000 |
commit | bf2642f9ca111083b5a96c78ecd17aabba86fa72 (patch) | |
tree | 5764739860eff2bc357d0bf1312def0a7a672ef9 /Makefile | |
parent | a151c283ee8de07d853166d2ae481779a66f3643 (diff) | |
download | rpmdrake-bf2642f9ca111083b5a96c78ecd17aabba86fa72.tar rpmdrake-bf2642f9ca111083b5a96c78ecd17aabba86fa72.tar.gz rpmdrake-bf2642f9ca111083b5a96c78ecd17aabba86fa72.tar.bz2 rpmdrake-bf2642f9ca111083b5a96c78ecd17aabba86fa72.tar.xz rpmdrake-bf2642f9ca111083b5a96c78ecd17aabba86fa72.zip |
definitively fix the compssUsers.flat missing problem
by having a "default" file for fallbacking on it when
the DrakX generated one is missing
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ install: $(ALL) ln -s rpmdrake $(BINDIR)/MandrakeUpdate install -d $(DATADIR)/rpmdrake/icons install -m644 icons/* $(DATADIR)/rpmdrake/icons + install -m644 compssUsers.flat.default $(DATADIR)/rpmdrake clean: @for n in $(DIRS); do \ |