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.
12 lines
205 B
12 lines
205 B
12 years ago
|
FPACKAGE = sudo-trinity
|
||
|
VERSION = 1.0
|
||
|
|
||
|
build:
|
||
|
|
||
|
clean:
|
||
|
|
||
|
install:
|
||
|
mkdir -p /etc
|
||
|
cp -Rp etc/* $(DESTDIR)/etc/
|
||
|
chmod -R 644 $(DESTDIR)/etc
|
||
|
chmod -R 0440 $(DESTDIR)/etc/sudoers.d/tde-secure-path
|