debian package
This commit is contained in:
parent
9c25aa142d
commit
cf6664d4d3
13 changed files with 102 additions and 0 deletions
13
make-dist
Executable file
13
make-dist
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
NAME=symbiosis-dns-mythic
|
||||
VERSION=$(sed 's/.*(\([^)]*\)).*/\1/;1q' debian/changelog)
|
||||
|
||||
n="$NAME-$VERSION"
|
||||
t="$n.tar.gz"
|
||||
cd ..
|
||||
rm -f $t
|
||||
ln -s ${NAME} $n
|
||||
tar cfzh $t $n
|
||||
rm $n
|
||||
cd ${NAME}
|
Loading…
Add table
Add a link
Reference in a new issue