Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1600564 Details for
Bug 910340
Review Request: boinctui - Fullscreen text mode manager for BOINC-client
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh109 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
Migrated Products
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to enable generation of release tar gz file
boinctui-makefile.patch (text/plain), 1.53 KB, created by
Timothy Mullican
on 2019-08-05 07:14:01 UTC
(
hide
)
Description:
Patch to enable generation of release tar gz file
Filename:
MIME Type:
Creator:
Timothy Mullican
Created:
2019-08-05 07:14:01 UTC
Size:
1.53 KB
patch
obsolete
>diff -ruN boinctui/Makefile.in boinctui-mod/Makefile.in >--- boinctui/Makefile.in 2019-08-02 23:20:15.821661877 +0000 >+++ boinctui-mod/Makefile.in 2019-08-02 23:21:20.973597519 +0000 >@@ -53,11 +53,14 @@ > createobj: > @if ! [ -d "$(ODIR)" ] ; then echo "create $(ODIR)"; mkdir $(ODIR); fi > >-#srctgz: clean >-# @if ! [ -d "../$(PACKAGE_TARNAME)-$(VERSION)" ] ; then echo "create symlink ../$(PACKAGE_TARNAME)-$(VERSION)->$(notdir $(CURDIR))"; ln -n -s $(notdir $(CURDIR)) ../$(PACKAGE_TARNAME)-$(VERSION); fi >-# cd ..; tar --exclude-vcs -vzcf $(PACKAGE_TARNAME)_$(VERSION).orig.tar.gz \ >-# $(PACKAGE_TARNAME)-$(VERSION)/src \ >-# $(PACKAGE_TARNAME)-$(VERSION)/redhat \ >-# $(PACKAGE_TARNAME)-$(VERSION)/Makefile.in \ >-# $(PACKAGE_TARNAME)-$(VERSION)/configure.in \ >-# $(PACKAGE_TARNAME)-$(VERSION)/config >+srctgz: clean >+ @if ! [ -d "../$(PACKAGE_TARNAME)-$(VERSION)" ] ; then echo "create symlink ../$(PACKAGE_TARNAME)-$(VERSION)->$(notdir $(CURDIR))"; ln -n -s $(notdir $(CURDIR)) ../$(PACKAGE_TARNAME)-$(VERSION); fi >+ cd ..; tar --exclude-vcs -vzcf $(PACKAGE_TARNAME)_$(VERSION).orig.tar.gz \ >+ $(PACKAGE_TARNAME)-$(VERSION)/src \ >+ $(PACKAGE_TARNAME)-$(VERSION)/redhat \ >+ $(PACKAGE_TARNAME)-$(VERSION)/Makefile.in \ >+ $(PACKAGE_TARNAME)-$(VERSION)/configure.in \ >+ $(PACKAGE_TARNAME)-$(VERSION)/config \ >+ $(PACKAGE_TARNAME)-$(VERSION)/debian \ >+ $(PACKAGE_TARNAME)-$(VERSION)/changelog \ >+ $(PACKAGE_TARNAME)-$(VERSION)/gpl-3.0.txt
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 910340
:
787445
|
1600561
| 1600564