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

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