projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fbfa99
)
tincd->tinc
author
Ivo Timmermans
<ivo@lychnis.net>
Sun, 14 May 2000 23:00:44 +0000
(23:00 +0000)
committer
Ivo Timmermans
<ivo@lychnis.net>
Sun, 14 May 2000 23:00:44 +0000
(23:00 +0000)
Delete libblowfish.y not be in the .deb.
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 6a7962f94f8e4b88bfa39d9eb55eab850156605d..f52e8910e3c90e5684d59af47f1dbdbbc4463968 100644
(file)
--- a/
debian/rules
+++ b/
debian/rules
@@
-34,7
+34,8
@@
install: build
$(MAKE) install prefix=`pwd`/debian/tmp/usr
mkdir -p `pwd`/debian/tmp/etc/tinc
- cp doc/tincd.conf.sample `pwd`/debian/tmp/etc/tinc/tincd.conf
+ cp doc/tinc.conf.sample `pwd`/debian/tmp/etc/tinc/tinc.conf
+ rm -f `pwd`/debian/tmp/usr/lib/tinc/libblowfish.so
# Build architecture-independent files here.