blob: 09ac417052cc15b3911e2e51f5ce5542f0422f06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Changes applied to the gd-2.0.35/ tree as obtained from:
http://www.libgd.org/releases/gd-2.0.35.tar.bz2
Removed:
aclocal.m4
config/config.guess
config/config.rpath
config/config.sub
config/depcomp
config/install-sh
config/ltmain.sh
config/missing
config/mkinstalldirs
depcomp
install-sh
missing
mkinstalldirs
Executed the command:
find -type f -perm /111 ! -name bdftogd ! -name configure -exec chmod -c a-x {} \;
i.e., removed execute permissions from all files except bdftogd and configure.
|