Created
August 25, 2019 13:39
-
-
Save sandikata/fe46daee7e6ccd68478533b7f41439ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 22e967be400a60d113d7182b935abc474dbb748a Mon Sep 17 00:00:00 2001 | |
From: Rosen Aleksandrov <[email protected]> | |
Date: Sun, 25 Aug 2019 16:22:02 +0300 | |
Subject: [PATCH] autoconf fix | |
--- | |
deadbeef-1.8.0.ebuild | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
diff --git a/deadbeef-1.8.0.ebuild b/deadbeef-1.8.0.ebuild | |
index 5826f2c..1884c8e 100644 | |
--- a/deadbeef-1.8.0.ebuild | |
+++ b/deadbeef-1.8.0.ebuild | |
@@ -164,7 +164,7 @@ src_prepare() { | |
eapply_user | |
config_rpath_update "${S}/config.rpath" | |
- eautoreconf | |
+ sh autogen.sh | |
} | |
src_configure() { | |
-- | |
2.23.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment