summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2018-07-22 18:10:23 +0200
committerAdrià Cereto-Massagué2018-07-22 18:10:23 +0200
commitcc1b9e378f1e965cfaddfdf49896153477c00da0 (patch)
treed6f658945c0a4a1654f0aa1ab8cf29ae8fa04518 /PKGBUILD
parent66c3d9e30b7a6cbcd7bf56eeb5637ca29668c36e (diff)
downloadaur-cc1b9e378f1e965cfaddfdf49896153477c00da0.tar.gz
remove some debug prints that slipped by
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a03a3baf9be..c952b082ccfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,8 +32,6 @@ _package_dxvk() {
if [ ! -f "$pkgdir"/$destdir/x$1/d3d11.dll ] ||\
[ ! -f "$pkgdir"/$destdir/x$1/dxgi.dll ]; then
echo "Missing files, build was unsuccessful"
- echo "$pkgdir"/$destdir/x$1/d3d11.dll
- echo "$pkgdir"/$destdir/x$1/d3d11.dll
return 1
fi
mkdir -p "$pkgdir/usr/bin"