Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 263155 Details for
Bug 345985
x11-themes/fvwm-crystal: fvwm-crystal.generate-menu initialized badly
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Introduce DESTDIR into the Makefile
Makefile_DESTDIR.patch (text/plain), 2.98 KB, created by
Dominique Michel
on 2011-02-20 12:45:25 UTC
(
hide
)
Description:
Introduce DESTDIR into the Makefile
Filename:
MIME Type:
Creator:
Dominique Michel
Created:
2011-02-20 12:45:25 UTC
Size:
2.98 KB
patch
obsolete
>--- Makefile 2008-06-23 22:43:54.000000000 +0200 >+++ Makefile.new 2011-02-20 12:46:51.000000000 +0100 >@@ -12,19 +12,19 @@ > > install: uninstall correctpath > @echo Installing fvwm-crystal $(RELEASE) to $(prefix) >- mkdir -p $(prefix)/bin $(prefix)/share/fvwm-crystal/fvwm >+ mkdir -p $(DESTDIR)$(prefix)/bin $(DESTDIR)$(prefix)/share/fvwm-crystal/fvwm > >- install -m 755 bin/fvwm-crystal.apps bin/fvwm-crystal.wallpaper bin/fvwm-crystal bin/fvwm-crystal.generate-menu bin/fvwm-crystal.infoline bin/fvwm-crystal.mplayer-wrapper $(prefix)/bin >- cp -d -r fvwm/* $(prefix)/share/fvwm-crystal/fvwm/ >+ install -m 755 bin/fvwm-crystal.apps bin/fvwm-crystal.wallpaper bin/fvwm-crystal bin/fvwm-crystal.generate-menu bin/fvwm-crystal.infoline bin/fvwm-crystal.mplayer-wrapper $(DESTDIR)$(prefix)/bin >+ cp -d -r fvwm/* $(DESTDIR)$(prefix)/share/fvwm-crystal/fvwm/ > >- mkdir -p $(prefix)/share/man/man1 >- cp -d -r man/* $(prefix)/share/man/man1 >+ mkdir -p $(DESTDIR)$(prefix)/share/man/man1 >+ cp -d -r man/* $(DESTDIR)$(prefix)/share/man/man1 > > uninstall: > @echo "Uninstalling previously installed fvwm-crystal" >- rm -rf $(prefix)/share/fvwm-crystal >- rm -f $(prefix)/bin/fvwm-crystal.wallpaper $(prefix)/bin/fvwm-crystal.apps $(prefix)/bin/fvwm-crystal $(prefix)/bin/fvwm-crystal.generate-menu $(prefix)/bin/fvwm-crystal.infoline $(prefix)/bin/fvwm-crystal.mplayer-wrapper >- rm -f $(prefix)/share/man/man1/ApplicationDatabase.1 $(prefix)/share/man/man1/CrystalRoxHOWTO.1 $(prefix)/share/man/man1/FVWMCrystalFAQ.1 $(prefix)/share/man/man1/KeyboardBindings.1 $(prefix)/share/man/man1/MouseBindings.1 $(prefix)/share/man/man1/Tips.1 >+ rm -rf $(DESTDIR)$(prefix)/share/fvwm-crystal >+ rm -f $(DESTDIR)$(prefix)/bin/fvwm-crystal.wallpaper $(DESTDIR)$(prefix)/bin/fvwm-crystal.apps $(DESTDIR)$(prefix)/bin/fvwm-crystal $(DESTDIR)$(prefix)/bin/fvwm-crystal.generate-menu $(DESTDIR)$(prefix)/bin/fvwm-crystal.infoline $(DESTDIR)$(prefix)/bin/fvwm-crystal.mplayer-wrapper >+ rm -f $(DESTDIR)$(prefix)/share/man/man1/ApplicationDatabase.1 $(DESTDIR)$(prefix)/share/man/man1/CrystalRoxHOWTO.1 $(DESTDIR)$(prefix)/share/man/man1/FVWMCrystalFAQ.1 $(DESTDIR)$(prefix)/share/man/man1/KeyboardBindings.1 $(DESTDIR)$(prefix)/share/man/man1/MouseBindings.1 $(DESTDIR)$(prefix)/share/man/man1/Tips.1 > > # This is meant for creating a distribution tarball from the repository and > # not for the use by end users >@@ -194,11 +194,11 @@ > sed -i 's:FC_ICONBASEROOT="/usr/share:FC_ICONBASEROOT="$(prefix)/share:' bin/fvwm-crystal.generate-menu > > uninstall-doc: >- -rm -rf $(docdir) >- -rm -rf $(addondir) >+ -rm -rf $(DESTDIR)$(docdir) >+ -rm -rf $(DESTDIR)$(addondir) > > install-doc: >- mkdir -p $(addondir) $(docdir) >- install -m 644 addons/* $(addondir) >- install -m 644 AUTHORS COPYING NEWS ChangeLog README INSTALL $(docdir) >- install -m 644 doc/* $(docdir) >+ mkdir -p $(DESTDIR)$(addondir) $(DESTDIR)$(docdir) >+ install -m 644 addons/* $(DESTDIR)$(addondir) >+ install -m 644 AUTHORS COPYING NEWS ChangeLog README INSTALL $(DESTDIR)$(docdir) >+ install -m 644 doc/* $(DESTDIR)$(docdir)
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 345985
:
256009
| 263155 |
263157
|
263159