diff options
-rw-r--r-- | repo/core/tar.xibuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/repo/core/tar.xibuild b/repo/core/tar.xibuild index b39e00a..5e8074f 100644 --- a/repo/core/tar.xibuild +++ b/repo/core/tar.xibuild @@ -6,8 +6,7 @@ SOURCE=https://ftp.gnu.org/gnu/tar/tar-1.34.tar.xz DESC="Utility used to store, backup and transport files" build () { - FORCE_UNSAFE_CONFIGURE=1 - ./configure --prefix=/usr + FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr make make DESTDIR=$PKG_DEST install } |