Changeset 100

Show
Ignore:
Timestamp:
07/14/05 08:24:29 (3 years ago)
Author:
jtv
Message:

Install with world execute permission; strip binary first

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile

    r81 r100  
    1515        install -d $(DESTDIR)/usr/sbin $(DESTDIR)/etc $(DESTDIR)/etc/init.d 
    1616        install -d $(DESTDIR)/usr/share/man/man8 
    17         install -m744 src/swapspace $(DESTDIR)/usr/sbin 
     17        strip src/swapspace || true 
     18        install -m755 src/swapspace $(DESTDIR)/usr/sbin 
    1819        install -m644 swapspace.conf $(DESTDIR)/etc 
    1920        install -m744 debian/swapspace.init $(DESTDIR)/etc/init.d/swapspace