diff options
Diffstat (limited to 'Ports/neofetch')
-rwxr-xr-x | Ports/neofetch/package.sh | 2 |
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 } |