aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-08-19 15:51:08 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-08-19 15:51:08 +0000
commitbf2642f9ca111083b5a96c78ecd17aabba86fa72 (patch)
tree5764739860eff2bc357d0bf1312def0a7a672ef9 /Makefile
parenta151c283ee8de07d853166d2ae481779a66f3643 (diff)
downloadrpmdrake-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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 32233910..b2fbc03c 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \