blob: 5df08b42f6405de7c5ce8769fefa4b2499a3c492 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- gcc-config-1.9.0/gcc-config
+++ gcc-config-1.9.0/gcc-config
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
--- gcc-config-1.9.1/Makefile
+++ gcc-config-1.9.1/Makefile
@@ -26,7 +26,6 @@
.gcc-config: gcc-config
sed \
- -e '1s:/:$(EPREFIX)/:' \
-e 's:@GENTOO_EPREFIX@:$(EPREFIX):g' \
-e 's:@GENTOO_LIBDIR@:$(SUBLIBDIR):g' \
-e 's:@PV@:$(PV):g' \
|