Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 195589 Details for
Bug 275213
New package: games-misc/bsod: A little console tool for emulating windows XP's 'blue screen of death'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for Makefile so that it intalls in /usr/bin instead of /usr/local/bin. Used by ebuild.
bsod-0.1-destdir.patch (text/plain), 406 bytes, created by
Livid
on 2009-06-23 19:14:47 UTC
(
hide
)
Description:
Patch for Makefile so that it intalls in /usr/bin instead of /usr/local/bin. Used by ebuild.
Filename:
MIME Type:
Creator:
Livid
Created:
2009-06-23 19:14:47 UTC
Size:
406 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile >+++ Makefile >@@ -12,10 +12,10 @@ bsod: $(OBJS) > $(CC) -Wall $(OBJS) $(LDFLAGS) -o bsod > > install: bsod >- cp bsod $(DESTDIR)/usr/local/bin >+ cp bsod $(DESTDIR)/usr/bin > > uninstall: clean >- rm -f $(DESTDIR)/usr/local/bin/bsod >+ rm -f $(DESTDIR)/usr/bin/bsod > > clean: > rm -f $(OBJS) bsod core gmon.out *.da
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 275213
:
195588
|
195589
|
195591
|
195647
|
195648
|
195674