mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
plan9port: fix shebang of rc scripts
Without this change some "command not found" errors are displayed while building. Also, the shebang of rc scripts would be "#!/usr/local/plan9/bin/rc" instead of the correct "#!/usr/lib/plan9/bin/rc".
This commit is contained in:
parent
8880b37789
commit
4ef2803a60
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'plan9port'
|
# Template file for 'plan9port'
|
||||||
pkgname=plan9port
|
pkgname=plan9port
|
||||||
version=20200222
|
version=20200222
|
||||||
revision=1
|
revision=2
|
||||||
_githash=92aa0e13ad8cec37936998a66eb728bfca88d689
|
_githash=92aa0e13ad8cec37936998a66eb728bfca88d689
|
||||||
archs="i686* x86_64* ppc*"
|
archs="i686* x86_64* ppc*"
|
||||||
wrksrc="${pkgname}-${_githash}"
|
wrksrc="${pkgname}-${_githash}"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl which"
|
||||||
makedepends="libX11-devel libXt-devel libXext-devel freetype-devel fontconfig-devel"
|
makedepends="libX11-devel libXt-devel libXext-devel freetype-devel fontconfig-devel"
|
||||||
short_desc="Port of many Plan 9 programs to Unix-like operating systems"
|
short_desc="Port of many Plan 9 programs to Unix-like operating systems"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue