mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-22 08:32:16 +03:00
use unsigned changes file while building deb package
This commit is contained in:
parent
18c65ca87b
commit
7f6e9b95d1
2 changed files with 7 additions and 2 deletions
4
debian/prerm
vendored
4
debian/prerm
vendored
|
@ -1 +1,5 @@
|
|||
#!/bin/sh
|
||||
# prerm script for ahenk
|
||||
#
|
||||
|
||||
find /opt/ahenk | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
###
|
||||
# This script generates Ahenk package (ahenk.deb)
|
||||
# This script generates Ahenk package (ahenk.deb).
|
||||
# Make sure you have debhelper & build-essential packages installed!
|
||||
#
|
||||
# Generated file can be found under /tmp/ahenk
|
||||
###
|
||||
|
@ -15,7 +16,7 @@ echo "Project path: $PRJ_ROOT_PATH"
|
|||
# Generate Ahenk packages
|
||||
echo "Generating Ahenk packages..."
|
||||
cd "$PRJ_ROOT_PATH"
|
||||
dpkg-buildpackage -b
|
||||
dpkg-buildpackage -b -uc
|
||||
echo "Generated Ahenk packages"
|
||||
|
||||
EXPORT_PATH=/tmp/ahenk
|
||||
|
|
Loading…
Reference in a new issue