diff options
-rwxr-xr-x | config | 2 | ||||
-rw-r--r-- | cpp-4.7.pkg/control (renamed from cpp-4.7.pkg.in/control) | 2 | ||||
-rw-r--r-- | cpp-4.7.pkg/files (renamed from cpp-4.7.pkg.in/files) | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -2,7 +2,7 @@ set -e -TPL_PKGS='gcc-4.7 cpp-4.7 g++-4.7' +TPL_PKGS='gcc-4.7 g++-4.7' main() { diff --git a/cpp-4.7.pkg.in/control b/cpp-4.7.pkg/control index ae29921..618f8c7 100644 --- a/cpp-4.7.pkg.in/control +++ b/cpp-4.7.pkg/control @@ -1,4 +1,4 @@ -Architecture: i686-any-any core-any-any k8-any-any amd64-any-any @PKG_TARGET_ARCH@ +Architecture: i686-any-any core-any-any k8-any-any amd64-any-any Platform: all Depends: gcc-4.7-common (= ${Binary-Version}, libc.6, libmpc.2, libmpfr.4, libgmp.10, libz.1 diff --git a/cpp-4.7.pkg.in/files b/cpp-4.7.pkg/files index 7bf276b..0f2100a 100644 --- a/cpp-4.7.pkg.in/files +++ b/cpp-4.7.pkg/files @@ -1,3 +1,3 @@ -/usr/bin/*cpp-* +/usr/bin/cpp-* /usr/lib/*/gcc-*/cc1 /usr/lib/*/gcc-*/liblto_plugin.so* |