Changeset 25 for tools


Ignore:
Timestamp:
May 27, 2014, 10:32:48 AM (10 years ago)
Author:
alloc
Message:

Version 8: start-stop-daemon location by variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/start-stop-daemon/makefile

    r6 r25  
    22        gcc -Wall -Wextra -Wno-return-type -o $@ $<
    33
     4install: start-stop-daemon
     5        chown root.root start-stop-daemon
     6        chmod 0755 start-stop-daemon
     7
    48clean:
    59        rm start-stop-daemon
Note: See TracChangeset for help on using the changeset viewer.