Basic debian package build with hooks
This commit is contained in:
10
hooks/tamarin/export-dist-postbuild
Executable file
10
hooks/tamarin/export-dist-postbuild
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Create new directory
|
||||
mkdir -p /dist
|
||||
|
||||
# Move generated files
|
||||
mv ../*.deb /dist
|
||||
mv ../*.changes /dist
|
||||
mv ../*.dsc /dist
|
||||
mv ../*.tar.xz /dist
|
Reference in New Issue
Block a user