From 492f7132d297edc66efdad5a87135bbcef608c8b Mon Sep 17 00:00:00 2001 From: Panagiotis Vasilopoulos Date: Tue, 20 Apr 2021 18:42:04 +0300 Subject: Ports: Improve consistency and quality of ports - Replaced /Root with - Improved documentation. - Removed a few typos. - Replaced with - Added brackets in some cases. Most of the changes were reviewed and applied manually. --- Ports/neofetch/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ports/neofetch') diff --git a/Ports/neofetch/package.sh b/Ports/neofetch/package.sh index f2147c0da1..c2be427d19 100755 --- a/Ports/neofetch/package.sh +++ b/Ports/neofetch/package.sh @@ -8,5 +8,5 @@ files="https://github.com/dylanaraps/neofetch/archive/${version}.tar.gz neofetch auth_type=md5 install() { - run make DESTDIR=$DESTDIR PREFIX=/usr/local $installopts install + run make DESTDIR=${SERENITY_INSTALL_ROOT} PREFIX=/usr/local $installopts install } -- cgit v1.2.3