mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-14 02:52:03 +08:00
初步添加统信的wine打包脚本
This commit is contained in:
15
package-script/debian/build
Executable file
15
package-script/debian/build
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
# (c) Copyright 2008. CodeWeavers, Inc.
|
||||
set -e
|
||||
cd "$1"
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installdirs
|
||||
dh_install --sourcedir=/
|
||||
dh_link
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
dh_installdeb
|
||||
dh_gencontrol
|
||||
dh_md5sums
|
||||
dh_builddeb --destdir=.
|
||||
Reference in New Issue
Block a user