diff options
Diffstat (limited to 'source/xap/gucharmap/gucharmap.SlackBuild')
-rwxr-xr-x | source/xap/gucharmap/gucharmap.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source/xap/gucharmap/gucharmap.SlackBuild b/source/xap/gucharmap/gucharmap.SlackBuild index a636143f..9c593cad 100755 --- a/source/xap/gucharmap/gucharmap.SlackBuild +++ b/source/xap/gucharmap/gucharmap.SlackBuild @@ -76,9 +76,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Update for latest unicode files. If a future compile fails, try removing this patch: -zcat $CWD/gucharmap.sha512sums.diff.gz | patch -p1 --verbose || exit 1 - CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ |