diff options
-rw-r--r-- | st-custom/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/st-custom/PKGBUILD b/st-custom/PKGBUILD index 254dc39..643b2a6 100644 --- a/st-custom/PKGBUILD +++ b/st-custom/PKGBUILD @@ -3,7 +3,7 @@ pkgname=st-custom _pkgname=st pkgver=0.5.r168.gc9357a8 -pkgrel=1 +pkgrel=2 pkgdesc='Simple virtual terminal emulator for X' url='http://git.suckless.org/st/' arch=('i686' 'x86_64' 'armv7h') @@ -27,7 +27,7 @@ pkgver() { prepare() { cd "${srcdir}/${_pkgname}" patch < ../transparency.diff - ln "${srcdir}/config.h" config.h + ln -sf "${srcdir}/config.h" config.h } build() { |