Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Rebohle <philip.rebohle@tu-dortmund.de>2022-11-25 16:51:52 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2022-11-25 16:51:52 +0300
commit57176e77ea8a14620f908ef4dd5c14a5e0115581 (patch)
treed08ad9da2e1a8e82b7f14b1954180d95ef73d497 /package-release.sh
parent64cb1ad208f80b11400eef779e99fec223754098 (diff)
[meta] Don't try to package setup script in a release tarball
Diffstat (limited to 'package-release.sh')
-rwxr-xr-xpackage-release.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/package-release.sh b/package-release.sh
index cedec2d8..f614b8a0 100755
--- a/package-release.sh
+++ b/package-release.sh
@@ -76,11 +76,6 @@ function build_arch {
fi
}
-function build_script {
- cp "$DXVK_SRC_DIR/setup_dxvk.sh" "$DXVK_BUILD_DIR/setup_dxvk.sh"
- chmod +x "$DXVK_BUILD_DIR/setup_dxvk.sh"
-}
-
function package {
cd "$DXVK_BUILD_DIR/.."
tar -czf "$DXVK_ARCHIVE_PATH" "dxvk-$DXVK_VERSION"
@@ -89,7 +84,6 @@ function package {
build_arch 64
build_arch 32
-build_script
if [ $opt_nopackage -eq 0 ]; then
package