diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-25 20:01:58 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-25 20:01:58 (EDT) |
commit | 1997fb4a75aba11be2c806222a355e418dad28b3 (patch) | |
tree | 8892657be59fa671aabe8cfda6637d2778ab72d2 /cpp.pkg.in/files | |
parent | 5ac49f1a91c50c5c06106df7a6b8b5bfa3cabad1 (diff) |
cpp-*-*-*-*, gcc-*-*-*-*, g++-*-*-*-*: Use /usr/libexec
First ProteanOS source package to do this!
Diffstat (limited to 'cpp.pkg.in/files')
-rw-r--r-- | cpp.pkg.in/files | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp.pkg.in/files b/cpp.pkg.in/files index 3403d11..924670e 100644 --- a/cpp.pkg.in/files +++ b/cpp.pkg.in/files @@ -1,2 +1,2 @@ /usr/bin/*cpp-* -/usr/lib/*/*/gcc/*/cc1 +/usr/libexec/gcc/*/*/cc1 |