From b78f98e689314898406405b309653496790ae9d6 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Mon, 24 Apr 2017 15:28:53 -0500 Subject: [PATCH] Corrected symlink (usr/lib/libprocps.so) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5ea5de9..21bd246 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ URL = https://gitlab.com/procps-ng/procps BRIEF = Utilities providing process information DESC = procps is a set of command line and full-screen utilities that provide \ information out of the pseudo-filesystem most commonly located at /proc -SNAPVER = 1 +SNAPVER = 2 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') @@ -67,7 +67,7 @@ $(ROOT): $(SRCDIR)/watch @cd $(SRCDIR) && make install DESTDIR=$(ROOT) && \ install -d -v -m 755 $(ROOT)/lib && \ mv -v $(ROOT)/usr/lib/libprocps.so.* $(ROOT)/lib && \ - ln -sfv ../../lib/$(readlink $(ROOT)/usr/lib/libprocps.so) \ + ln -sfv ../../lib/$$(readlink $(ROOT)/usr/lib/libprocps.so) \ $(ROOT)/usr/lib/libprocps.so test: $(ROOT)