diff options
author | Tharre <tharre3@gmail.com> | 2015-03-19 22:31:15 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2015-03-19 22:31:15 +0100 |
commit | f0eb308d4f155ebcb63b39f368fd6def0517666e (patch) | |
tree | a84db54896021ddc4d0bb082d4fb523253b947d1 /st-custom | |
parent | 9ac120ef7ac5914556e7922bf579ebfa6ed77ea0 (diff) | |
download | pkgbuilds-f0eb308d4f155ebcb63b39f368fd6def0517666e.tar.gz pkgbuilds-f0eb308d4f155ebcb63b39f368fd6def0517666e.tar.xz pkgbuilds-f0eb308d4f155ebcb63b39f368fd6def0517666e.zip |
st-custom: make symbolic link, not a hard one
Diffstat (limited to 'st-custom')
-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() { |