summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Gushcha2024-01-16 23:15:28 +0600
committerEgor Gushcha2024-01-16 23:15:28 +0600
commit145d778ba46952792adc06a39499c2464f83278d (patch)
tree185ad67ae840dc8372ac4bd55937b73a71e99981
parentbec7804fb8af858e61899eb2317c82f84ba79582 (diff)
downloadaur-145d778ba46952792adc06a39499c2464f83278d.tar.gz
Fix
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b712a208be7..6c0e3dfe4485 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,6 +18,6 @@ package() {
echo -e "UseBridges 1\nClientTransportPlugin snowflake exec /usr/bin/snowflake-client" > snowflake
grep -w Bridge snowflake-v$pkgver/client/torrc >> snowflake
- install -Dm 644 snowflake $pkgdir/etc/tor/snowflake
- install -Dm 644 snowflake-v$pkgver/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+ install -Dm 644 snowflake -t $pkgdir/etc/tor
+ install -Dm 644 snowflake-v$pkgver/LICENSE -t $pkgdir/usr/share/licenses/$pkgname
}