summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-24 14:35:05 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-24 14:35:05 +0200
commit8bc006cc3a5c1eb6cd22ba7c7cad0c93f146e23d (patch)
treee7ddede6984cb43f5b3f3e5f8f7c984051caddfb /base
parentd4b7f8f51fc1ed3103bb280be7e3fdd3f3a81829 (diff)
downloadnutyx-pakxe-8bc006cc3a5c1eb6cd22ba7c7cad0c93f146e23d.tar.gz
nutyx-pakxe-8bc006cc3a5c1eb6cd22ba7c7cad0c93f146e23d.tar.bz2
nutyx-pakxe-8bc006cc3a5c1eb6cd22ba7c7cad0c93f146e23d.tar.xz
nutyx-pakxe-8bc006cc3a5c1eb6cd22ba7c7cad0c93f146e23d.zip
gcc, déplace fichier python, merci bouleetbil
Diffstat (limited to 'base')
-rw-r--r--base/gcc/.footprint2
-rwxr-xr-xbase/gcc/Pkgfile5
2 files changed, 4 insertions, 3 deletions
diff --git a/base/gcc/.footprint b/base/gcc/.footprint
index e4fea63c0..babacaadc 100644
--- a/base/gcc/.footprint
+++ b/base/gcc/.footprint
@@ -1005,7 +1005,6 @@ lrwxrwxrwx root/root usr/lib/libssp.so.0 -> libssp.so.0.0.0
lrwxrwxrwx root/root usr/lib/libstdc++.so -> libstdc++.so.6.0.14
lrwxrwxrwx root/root usr/lib/libstdc++.so.6 -> libstdc++.so.6.0.14
-rwxr-xr-x root/root usr/lib/libstdc++.so.6.0.14
--rw-r--r-- root/root usr/lib/libstdc++.so.6.0.14-gdb.py
-rw-r--r-- root/root usr/lib/libsupc++.a
-rwxr-xr-x root/root usr/lib/libsupc++.la
drwxr-xr-x root/root usr/share/
@@ -1013,6 +1012,7 @@ drwxr-xr-x root/root usr/share/gcc-4.5.0/
drwxr-xr-x root/root usr/share/gcc-4.5.0/python/
drwxr-xr-x root/root usr/share/gcc-4.5.0/python/libstdcxx/
-rw-r--r-- root/root usr/share/gcc-4.5.0/python/libstdcxx/__init__.py
+-rw-r--r-- root/root usr/share/gcc-4.5.0/python/libstdcxx/libstdc++.so.6.0.14-gdb.py
drwxr-xr-x root/root usr/share/gcc-4.5.0/python/libstdcxx/v6/
-rw-r--r-- root/root usr/share/gcc-4.5.0/python/libstdcxx/v6/__init__.py
-rw-r--r-- root/root usr/share/gcc-4.5.0/python/libstdcxx/v6/printers.py
diff --git a/base/gcc/Pkgfile b/base/gcc/Pkgfile
index 60e0b6e79..072e4ecfe 100755
--- a/base/gcc/Pkgfile
+++ b/base/gcc/Pkgfile
@@ -2,11 +2,10 @@
# URL: http://gcc.gnu.org
# Packager: thierryn1 at hispeed dot ch
# Maintainer: NuTyX core team
-# Depends on:
name=gcc
version=4.5.0
-release=1
+release=2
source=(ftp://ftp.gnu.org/gnu/$name/$name-$version/$name-$version.tar.bz2\
)
@@ -40,6 +39,8 @@ cd ../gcc-build
ln -sf gcc $PKG/usr/bin/cc
ln -sf g++ $PKG/usr/bin/c++
mv $PKG/usr/lib/gcc/*/$version/include-fixed/{limits.h,syslimits.h} $PKG/usr/lib/gcc/*/$version/include/
+ # Move the python files, tanks to bouleetbil
+ mv $PKG/usr/lib/libstdc++.so.6.0.14-gdb.py $PKG/usr/share/$name-$version/python/libstdcxx/
# Remove the dir file
if [ -f $PKG/usr/share/info/dir ]; then
rm $PKG/usr/share/info/dir