Skip to content

Instantly share code, notes, and snippets.

@sandikata
Created August 25, 2019 13:39
Show Gist options
  • Save sandikata/fe46daee7e6ccd68478533b7f41439ea to your computer and use it in GitHub Desktop.
Save sandikata/fe46daee7e6ccd68478533b7f41439ea to your computer and use it in GitHub Desktop.
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