Mnemosyne is a abstract distribution originally designed for ROCKLinux, but currently only support the trunk of OpenSDE.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
386 B

--- ./Makefile.orig 2006-06-20 17:26:41.000000000 +0200
+++ ./Makefile 2006-06-20 17:46:34.000000000 +0200
@@ -9,7 +9,7 @@
@echo "nothing to do yet"
install:
install -m 755 src/sulogin.sh $(DESTDIR)$(SBINDIR)/sulogin
- for f in last wall mesg; do \
+ for f in last wall; do \
install -m 755 src/$$f.sh $(DESTDIR)$(BINDIR)/$$f ; \
done
ln -snf last $(DESTDIR)$(BINDIR)/lastb