mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
pakfire3: New package.
This commit is contained in:
35
src/patches/pakfire3-changes-for-ipfire2.diff
Normal file
35
src/patches/pakfire3-changes-for-ipfire2.diff
Normal file
@@ -0,0 +1,35 @@
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 0361af6..0bcb1bf 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
include Makeconfig
|
||||
|
||||
-SUBDIRS = po python tools tools/fake-environ
|
||||
+SUBDIRS = python tools tools/fake-environ
|
||||
|
||||
all: build
|
||||
|
||||
diff --git a/tools/Makefile b/tools/Makefile
|
||||
index d7cbf70..499beb4 100644
|
||||
--- a/tools/Makefile
|
||||
+++ b/tools/Makefile
|
||||
@@ -12,7 +12,7 @@ LIBS_POPT = -lpopt
|
||||
|
||||
SCRIPTS = $(SCRIPTS_BIN) $(SCRIPTS_SHELL)
|
||||
SCRIPTS_BIN = \
|
||||
- debugedit
|
||||
+ #debugedit
|
||||
|
||||
SCRIPTS_SHELL = \
|
||||
chroot-shell \
|
||||
@@ -50,7 +50,7 @@ install: $(SCRIPTS)
|
||||
|
||||
# Create script aliases.
|
||||
-mkdir -pv $(DESTDIR)/usr/bin
|
||||
- ln -svf ../..$(SCRIPT_DIR)/pakfire-multicall.py $(DESTDIR)/usr/bin/pakfire
|
||||
+ ln -svf ../..$(SCRIPT_DIR)/pakfire-multicall.py $(DESTDIR)/usr/bin/pakfire3
|
||||
ln -svf ../..$(SCRIPT_DIR)/pakfire-multicall.py $(DESTDIR)/usr/bin/pakfire-builder
|
||||
ln -svf ../..$(SCRIPT_DIR)/pakfire-multicall.py $(DESTDIR)/usr/bin/pakfire-client
|
||||
ln -svf ../..$(SCRIPT_DIR)/pakfire-multicall.py $(DESTDIR)/usr/bin/pakfire-daemon
|
||||
Reference in New Issue
Block a user