diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-02-03 20:57:28 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-02-06 13:40:53 +0000 |
commit | 393abafcfa9730cc41244fba8a08817c274979d5 (patch) | |
tree | be5588214dc131193c037665baacc696b075736a | |
parent | 59bb4bf3b4fbe2dd284b8be06b4738974238fac9 (diff) | |
download | libguestfs-393abafcfa9730cc41244fba8a08817c274979d5.tar.gz libguestfs-393abafcfa9730cc41244fba8a08817c274979d5.tar.xz libguestfs-393abafcfa9730cc41244fba8a08817c274979d5.zip |
build: Remove 'run' from EXTRA_DIST.
This file shouldn't be included in the tarball as it contains
hard-coded paths from the maintainer's machine which cannot be
relevant to the target machine.
(cherry picked from commit 590d8c3c3732c603cfb1d2180190a02df528e5ed)
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4f5d487e..e6211456 100644 --- a/Makefile.am +++ b/Makefile.am @@ -170,7 +170,6 @@ EXTRA_DIST = \ libtool-kill-dependency_libs.sh \ logo/fish.svg logo/fish.png \ m4/.gitignore \ - run \ update-bugs.sh # The website. |