Projects
home:pandora:RobinOS23
gpm
_service:download_src_package:0020-dist-include...
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:download_src_package:0020-dist-include-generated-autotools-in-tarballs.patch of Package gpm
From f346d2682b211f6808626b3f507dc9409365f546 Mon Sep 17 00:00:00 2001 From: Mike Frysinger <vapier@gentoo.org> Date: Sun, 5 Jun 2016 20:43:19 -0400 Subject: [PATCH 20/28] dist: include generated autotools in tarballs We don't want to make people building gpm have to install autotools and run bootstrap steps. --- Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 07a67d4..0aa6a78 100644 --- a/Makefile.in +++ b/Makefile.in @@ -115,7 +115,11 @@ distconf: Makefile.in Makefile.include.in configure acinclude.m4 $(versionfiles) ../gpm-$(release).tar: $(srcdir) distclean distconf # no exclude possible of .git with pax it seems, so the following is not possible: - git archive --prefix "gpm-$(release)/" -o $@ HEAD + rm -rf "gpm-$(release)/" + git archive --prefix "gpm-$(release)/" HEAD | tar xf - + cd "gpm-$(release)/" && ./autogen.sh && rm -rf autom4te.cache + tar cf $@ "gpm-$(release)/" + rm -rf "gpm-$(release)/" ../gpm-$(release).tar.gz: ../gpm-$(release).tar gzip -9 -c $< > $@ -- 2.19.1.6.gb485710b
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2