diff options
Diffstat (limited to 'moz-normalize-PKGBUILD')
-rwxr-xr-x | moz-normalize-PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/moz-normalize-PKGBUILD b/moz-normalize-PKGBUILD index f56639c..930c47b 100755 --- a/moz-normalize-PKGBUILD +++ b/moz-normalize-PKGBUILD @@ -1,6 +1,6 @@ #!/bin/bash -tempdir="$(mktemp -d --tmpdir mozilla-normalize.XXXXXXXXXXX)" +tempdir="$(mktemp -d --tmpdir ${0##*/}.XXXXXXXXXXX)" ################################################################################ |