Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 304574 Details for
Bug 445153
Review Request: libacpi - General purpose library for ACPI
[?]
New
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.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
modified Makefile patch. preserves timestamps at install time
libacpi-0.2.patch (text/plain), 1.77 KB, created by
manuel wolfshant
on 2008-05-05 22:48:14 UTC
(
hide
)
Description:
modified Makefile patch. preserves timestamps at install time
Filename:
MIME Type:
Creator:
manuel wolfshant
Created:
2008-05-05 22:48:14 UTC
Size:
1.77 KB
patch
obsolete
>diff -up libacpi-0.2/Makefile.orig libacpi-0.2/Makefile >--- libacpi-0.2/Makefile.orig 2007-07-29 15:09:34.000000000 +0300 >+++ libacpi-0.2/Makefile 2008-05-06 01:38:59.000000000 +0300 >@@ -40,25 +40,23 @@ test-libacpi: ${OBJ_test} > install: all > @echo installing header to ${DESTDIR}${PREFIX}/include > @mkdir -p ${DESTDIR}${PREFIX}/include >- @cp -f libacpi.h ${DESTDIR}${PREFIX}/include >+ @cp -f -p libacpi.h ${DESTDIR}${PREFIX}/include > @chmod 644 ${DESTDIR}${PREFIX}/include/libacpi.h >- @echo installing library to ${DESTDIR}${PREFIX}/lib >- @mkdir -p ${DESTDIR}${PREFIX}/lib >- @cp -f libacpi.a ${DESTDIR}${PREFIX}/lib >- @chmod 644 ${DESTDIR}${PREFIX}/lib/libacpi.a >- @cp -f ${SONAME} ${DESTDIR}${PREFIX}/lib/ >- @chmod 644 ${DESTDIR}${PREFIX}/lib/${SONAME} >- @ln -s ${SONAME} ${DESTDIR}${PREFIX}/lib/libacpi.so >+ @echo installing library to ${DESTDIR}${LIBDIR} >+ @mkdir -p ${DESTDIR}${LIBDIR} >+ @cp -f -p ${SONAME} ${DESTDIR}${LIBDIR}/ >+ @chmod 644 ${DESTDIR}${LIBDIR}/${SONAME} >+ @ln -s ${SONAME} ${DESTDIR}${LIBDIR}/libacpi.so > @echo installing test-libacpi to ${DESTDIR}${PREFIX}/bin > @mkdir -p ${DESTDIR}${PREFIX}/bin >- @cp -f test-libacpi ${DESTDIR}${PREFIX}/bin >+ @cp -f -p test-libacpi ${DESTDIR}${PREFIX}/bin > @chmod 755 ${DESTDIR}${PREFIX}/bin/test-libacpi > @echo installing manual page to ${DESTDIR}${MANPREFIX}/man3 > @mkdir -p ${DESTDIR}${MANPREFIX}/man3 >- @cp libacpi.3 ${DESTDIR}${MANPREFIX}/man3 >+ @cp -p libacpi.3 ${DESTDIR}${MANPREFIX}/man3 > @echo installing documentation and misc files to ${DESTDIR}${PREFIX}/share/doc/libacpi > @mkdir -p ${DESTDIR}${PREFIX}/share/doc/libacpi >- @cp -r AUTHORS CHANGES README LICENSE doc ${DESTDIR}${PREFIX}/share/doc/libacpi >+ @cp -r -p AUTHORS CHANGES README LICENSE doc ${DESTDIR}${PREFIX}/share/doc/libacpi > @echo finished installation > > uninstall:
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 Raw
Actions:
View
Attachments on
bug 445153
:
304573
| 304574