mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-03-09 15:40:18 +00:00
First complete Debian packaging system
This commit is contained in:
parent
605f906371
commit
41c483764b
10 changed files with 64 additions and 11 deletions
7
package/debian/copy_debian.sh
Executable file
7
package/debian/copy_debian.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
source $DIR/_common.sh
|
||||
|
||||
echo $DIR/{control,rules,README.Debian} $DIR/build/virtscreen-$PKGVER/debian
|
||||
cp $DIR/{control,rules,README.Debian} $DIR/build/virtscreen-$PKGVER/debian
|
||||
Loading…
Add table
Add a link
Reference in a new issue