Corrected issue in assignment to $(SNAP) in Makefile.snaplinux

This commit is contained in:
2017-05-22 14:46:14 -05:00
parent 4cd5b95d7e
commit 319401eb51
2 changed files with 7 additions and 6 deletions

View File

@@ -18,8 +18,6 @@ SRCDIR := $(PWD)/SRC/snap
PATCHDIR := $(PWD)/SRC/patches
VERSION := 0.6-0
MAKEINST = make install
include /usr/share/snap/Makefile.snaplinux
$(ROOT): $(SRCDIR)/Makefile
@@ -29,7 +27,7 @@ $(ROOT): $(SRCDIR)/Makefile
mkdir -v $(ROOT); \
fi
@cd $(SRCDIR) && $(MAKEINST) DESTDIR=$(ROOT)
@cd $(SRCDIR) && make install DESTDIR=$(ROOT)
clean:
@rm -rvf $(ROOT) \