mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-17 22:05:03 +01:00
13 lines
352 B
Diff
13 lines
352 B
Diff
capstone-sync does not work correctly for release tarballs.
|
|
It tries to sync/revert from upstream git repo unconditionaly.
|
|
diff --git a/shlr/Makefile b/shlr/Makefile
|
|
index a1796ce..f8d179a 100644
|
|
--- a/shlr/Makefile
|
|
+++ b/shlr/Makefile
|
|
@@ -144,5 +144,5 @@ else
|
|
|
|
ifeq ($(CS_TAR),)
|
|
-capstone: capstone-sync
|
|
+capstone: # capstone-sync
|
|
|
|
capstone-sync:
|