Removed usr/share/info/dir
This commit is contained in:
4
Makefile
4
Makefile
@@ -12,7 +12,7 @@ DEPENDS = zlib
|
|||||||
ARCH = x86_64
|
ARCH = x86_64
|
||||||
URL = http://www.gnu.org/software/binutils/
|
URL = http://www.gnu.org/software/binutils/
|
||||||
DESC = The GNU Binutils are a collection of binary tools.
|
DESC = The GNU Binutils are a collection of binary tools.
|
||||||
SNAPVER = sr0
|
SNAPVER = sr1
|
||||||
|
|
||||||
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')
|
||||||
@@ -23,7 +23,7 @@ VERSION := $(shell echo $(SRCDIR)|egrep -o '\-[0-9].*'|sed 's/^-//')$(SNAPVER)
|
|||||||
|
|
||||||
MAKE = make tooldir=/usr
|
MAKE = make tooldir=/usr
|
||||||
MAKEINST = make tooldir=/usr install
|
MAKEINST = make tooldir=/usr install
|
||||||
SNAPHACKS =
|
SNAPHACKS = rm -v $(ROOT)/usr/share/info/dir
|
||||||
|
|
||||||
include /usr/share/snap/Makefile.snaplinux
|
include /usr/share/snap/Makefile.snaplinux
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user