diff options
Diffstat (limited to 'system/reprepro')
-rw-r--r-- | system/reprepro/reprepro.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/reprepro/reprepro.SlackBuild b/system/reprepro/reprepro.SlackBuild index 338ccad42757..33e975014f9b 100644 --- a/system/reprepro/reprepro.SlackBuild +++ b/system/reprepro/reprepro.SlackBuild @@ -94,7 +94,7 @@ CXXFLAGS="$SLKCFLAGS" \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --build=$ARCH-slackware-linux -make $NUMJOBS +make make install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |