Split installed files out of /after into /image.

This commit is contained in:
Andrius Štikonas 2021-06-24 00:32:19 +01:00
parent 4d7b25e47a
commit c8784cbcd3
118 changed files with 689 additions and 690 deletions

View file

@ -1 +1 @@
d1d920df7532cd241bd9f0fd37a0c7afd0e913c8febb57bf656e3536906d53e0 /after/bin/bison
375c28f9c28072578cf423cb7e090a083beb142759ab5ea2e22a6f8c196e23c6 /image/bin/bison

View file

@ -1 +1 @@
12a0abc771784a7685ad46a0c29d1bcdb5add96096a7818f513b932fa7b8eb04 /after/bin/bison
6045f624843821108ebaf808e7e6abebb17a7353562e41c2514422035b8bd7c7 /image/bin/bison

View file

@ -1 +1 @@
c5579cdeb15e52c3b3662ab894550ff3436968953861702859af72d7b9fb8e98 /after/bin/bison
48f41785497a059ae4a565161f4b7226016055803a7c19bbe7600c67d3085550 /image/bin/bison

View file

@ -9,7 +9,7 @@
#define HAVE_SNPRINTF 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define M4 "/after/bin/m4"
#define M4 "/image/bin/m4"
#define M4_GNU_OPTION ""
#define PACKAGE "bison"
#define PACKAGE_BUGREPORT "bug-bison@gnu.org"

View file

@ -2,5 +2,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
#define LOCALEDIR "/after/share/locale"
#define PKGDATADIR "/after/share/bison"
#define LOCALEDIR "/image/share/locale"
#define PKGDATADIR "/image/share/bison"