Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d280dd817c |
5
Makefile
5
Makefile
@@ -14,7 +14,7 @@ export ARCH = x86_64
|
|||||||
export URL = http://savannah.nongnu.org/projects/acl
|
export URL = http://savannah.nongnu.org/projects/acl
|
||||||
BRIEF = Access control list tools
|
BRIEF = Access control list tools
|
||||||
DESC = Commands for Manipulating POSIX Access Control Lists
|
DESC = Commands for Manipulating POSIX Access Control Lists
|
||||||
SNAPVER = 4
|
SNAPVER = 5
|
||||||
|
|
||||||
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
|
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
|
||||||
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
||||||
@@ -28,9 +28,6 @@ export LIBACLROOT := $(LIBACL)/ROOT
|
|||||||
LIBACLDEV := $(PWD)/libacl-dev
|
LIBACLDEV := $(PWD)/libacl-dev
|
||||||
export LIBACLDEVROOT := $(LIBACLDEV)/ROOT
|
export LIBACLDEVROOT := $(LIBACLDEV)/ROOT
|
||||||
|
|
||||||
#SNAPHACKS = if [ -h $(ROOT)/lib/libacl.a ]; then \
|
|
||||||
# rm -v $(ROOT)/lib/libacl.a; fi
|
|
||||||
|
|
||||||
include /usr/share/snap/Makefile.snaplinux
|
include /usr/share/snap/Makefile.snaplinux
|
||||||
|
|
||||||
$(LIBACLROOT): $(ROOT)
|
$(LIBACLROOT): $(ROOT)
|
||||||
|
|||||||
Reference in New Issue
Block a user