mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 20:32:58 +02:00
xfig: fix botched permissions.
This commit is contained in:
parent
d5cc00c07f
commit
dfeea47ba8
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xfig'
|
# Template file for 'xfig'
|
||||||
pkgname=xfig
|
pkgname=xfig
|
||||||
version=3.2.5c
|
version=3.2.5c
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}.${version}"
|
wrksrc="${pkgname}.${version}"
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
hostmakedepends="imake xorg-cf-files"
|
hostmakedepends="imake xorg-cf-files"
|
||||||
|
@ -16,6 +16,8 @@ checksum=ea628f975b79ab175ab29220cc118274466497f6217f2989928317be2993a1f9
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
find . -type d -perm 0700 -print0 | xargs -0 chmod 0755
|
||||||
|
find . -type f -perm 0700 -print0 | xargs -0 chmod 0644
|
||||||
sed -i -e '/define XAW3D/s/^/XCOMM /' \
|
sed -i -e '/define XAW3D/s/^/XCOMM /' \
|
||||||
-e '/USEINLINE/s/^XCOMM //' \
|
-e '/USEINLINE/s/^XCOMM //' \
|
||||||
-e '/define I18N/s/^XCOMM //' \
|
-e '/define I18N/s/^XCOMM //' \
|
||||||
|
|
Loading…
Add table
Reference in a new issue