diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-05-11 18:59:57 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-05-11 18:59:57 +0200 |
commit | 9a77220d8ef4f4cca4e95be0af8e67571cc5f5ad (patch) | |
tree | 31c6dc270f4bc9d4c9c304bef815b24c5b31446f /libs/Makefile.am | |
parent | Update version to 1.4.22 (diff) | |
download | eselect-9a77220d8ef4f4cca4e95be0af8e67571cc5f5ad.tar.gz eselect-9a77220d8ef4f4cca4e95be0af8e67571cc5f5ad.tar.bz2 eselect-9a77220d8ef4f4cca4e95be0af8e67571cc5f5ad.zip |
Don't substitute PORTAGEQ in libs
* libs/Makefile.am (dosed): Don't substitute PORTAGEQ, it no
longer exists in configure.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'libs/Makefile.am')
-rw-r--r-- | libs/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/Makefile.am b/libs/Makefile.am index 6ebd08e..c5f3de3 100644 --- a/libs/Makefile.am +++ b/libs/Makefile.am @@ -28,7 +28,6 @@ EXTRA_DIST = \ dosed = @SED@ \ -e 's%\@SED\@%@SED@%g' \ - -e 's%\@PORTAGEQ\@%@PORTAGEQ@%g' \ -e 's%\@ENV_UPDATE\@%@ENV_UPDATE@%g' \ -e 's%\@CANONICALISE\@%@CANONICALISE@%g' \ -e 's%\@libdir\@%@libdir@%g' |