From c8fb0e03c3e67821cababa7b7363a61dadd4cda5 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Tue, 24 May 2022 10:55:12 -0300 Subject: [PATCH] Fixing deb builds. --- debian/rules | 8 +------- rpm/_service | 4 ++-- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/debian/rules b/debian/rules index f4c783d..3229b0d 100644 --- a/debian/rules +++ b/debian/rules @@ -23,14 +23,8 @@ build-stamp: dh_testdir # Add here commands to compile the package. - aclocal - autoconf - - mkdir -p scripts - automake --add-missing 2> /dev/null | true - + NOCONFIGURE=1 ./autogen.sh ./configure --prefix=/usr --disable-static - make all # --- end custom part for compiling diff --git a/rpm/_service b/rpm/_service index 7ed178b..c695451 100644 --- a/rpm/_service +++ b/rpm/_service @@ -37,11 +37,11 @@ debian.control - + *.tar -- libgit2 0.21.2