mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
+ debian/
This commit is contained in:
parent
1441c1371b
commit
54775e5ea1
13 changed files with 224 additions and 0 deletions
25
debian/patches/rename-binary.patch
vendored
Normal file
25
debian/patches/rename-binary.patch
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
diff --git a/Makefile b/Makefile
|
||||
index 9b9425b..84de72f 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -8,9 +8,9 @@ else
|
||||
include Makefile.linux
|
||||
endif
|
||||
|
||||
-all: obj i2p
|
||||
+all: obj i2pd
|
||||
|
||||
-i2p: $(OBJECTS:obj/%=obj/%)
|
||||
+i2pd: $(OBJECTS:obj/%=obj/%)
|
||||
$(CC) -o $@ $^ $(LDFLAGS) $(LIBS)
|
||||
|
||||
.SUFFIXES:
|
||||
@@ -23,7 +23,7 @@ obj:
|
||||
mkdir -p obj
|
||||
|
||||
clean:
|
||||
- rm -fr obj i2p
|
||||
+ rm -fr obj i2pd
|
||||
|
||||
.PHONY: all
|
||||
.PHONY: clean
|
1
debian/patches/series
vendored
Normal file
1
debian/patches/series
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
rename-binary.patch
|
Loading…
Add table
Add a link
Reference in a new issue