diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2015-07-26 00:13:15 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2015-07-26 00:13:15 +0200 |
commit | 485d13237102b6e812380da46671a648df47b0b9 (patch) | |
tree | 1dc77a455f4dcbba568fdca5cee16d1524827b84 /gcc | |
parent | d525e154ae70b15275de97379b2cd9a3414eb651 (diff) | |
download | core-485d13237102b6e812380da46671a648df47b0b9.tar.gz core-485d13237102b6e812380da46671a648df47b0b9.tar.xz |
gcc: move man-pages to /usr/share/man
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/.footprint | 21 | ||||
-rw-r--r-- | gcc/Pkgfile | 5 |
2 files changed, 13 insertions, 13 deletions
diff --git a/gcc/.footprint b/gcc/.footprint index cceba0bd..82e20f0d 100644 --- a/gcc/.footprint +++ b/gcc/.footprint @@ -1471,13 +1471,14 @@ lrwxrwxrwx root/root usr/lib32/libubsan.so.0 -> libubsan.so.0.0.0 lrwxrwxrwx root/root usr/lib32/libvtv.so -> libvtv.so.0.0.0 lrwxrwxrwx root/root usr/lib32/libvtv.so.0 -> libvtv.so.0.0.0 -rwxr-xr-x root/root usr/lib32/libvtv.so.0.0.0 -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/cpp.1.gz --rw-r--r-- root/root usr/man/man1/g++.1.gz --rw-r--r-- root/root usr/man/man1/gcc.1.gz --rw-r--r-- root/root usr/man/man1/gcov.1.gz -drwxr-xr-x root/root usr/man/man7/ --rw-r--r-- root/root usr/man/man7/fsf-funding.7.gz --rw-r--r-- root/root usr/man/man7/gfdl.7.gz --rw-r--r-- root/root usr/man/man7/gpl.7.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/cpp.1.gz +-rw-r--r-- root/root usr/share/man/man1/g++.1.gz +-rw-r--r-- root/root usr/share/man/man1/gcc.1.gz +-rw-r--r-- root/root usr/share/man/man1/gcov.1.gz +drwxr-xr-x root/root usr/share/man/man7/ +-rw-r--r-- root/root usr/share/man/man7/fsf-funding.7.gz +-rw-r--r-- root/root usr/share/man/man7/gfdl.7.gz +-rw-r--r-- root/root usr/share/man/man7/gpl.7.gz diff --git a/gcc/Pkgfile b/gcc/Pkgfile index f0f4782f..849ab1a7 100644 --- a/gcc/Pkgfile +++ b/gcc/Pkgfile @@ -5,7 +5,7 @@ name=gcc version=5.2.0 -release=1 +release=2 source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-$version/$name-$version.tar.bz2 \ $name-nocheck-fixincludes.patch $name-4.7.3-multilib-dirs.patch) @@ -17,7 +17,6 @@ build() { mkdir build cd build ../$name-$version/configure --prefix=/usr \ - --mandir=/usr/man \ --libexecdir=/usr/lib \ --enable-languages=c,c++,objc \ --enable-threads=posix \ @@ -39,7 +38,7 @@ build() { mv $PKG/usr/lib/gcc/*/$version/include-fixed/{limits.h,syslimits.h} $PKG/usr/lib/gcc/*/$version/include/ rm -f $PKG/usr/lib{,32}/{libiberty.a,libstdc++.so.6.0.21-gdb.py} - rm -r $PKG/usr/share + rm -r $PKG/usr/share/{info,$name-$version} rm -r $PKG/usr/bin/*-linux-gnu-* rm -r $PKG/usr/lib/gcc/*/$version/{install-tools,include-fixed} |