summaryrefslogtreecommitdiff
path: root/Ports/neofetch
diff options
context:
space:
mode:
Diffstat (limited to 'Ports/neofetch')
-rwxr-xr-xPorts/neofetch/package.sh2
1 files changed, 1 insertions, 1 deletions
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
}