Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 16925 Details for
Bug 27724
MozPlugger 1.3.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile patch.
prefix.patch (text/plain), 1.04 KB, created by
John S. Skogtvedt
on 2003-09-01 11:15:42 UTC
(
hide
)
Description:
Makefile patch.
Filename:
MIME Type:
Creator:
John S. Skogtvedt
Created:
2003-09-01 11:15:42 UTC
Size:
1.04 KB
patch
obsolete
>*** Makefile Sat Aug 30 20:15:56 2003 >--- Makefile.orig Mon Sep 1 18:59:34 2003 >*************** >*** 7,13 **** > > # > # For installing >! prefix=/usr > > # > # >--- 7,13 ---- > > # > # For installing >! prefix="${D}" > > # > # >*************** >*** 150,159 **** > -@mkdir -p $(root)$(prefix)/bin > -@mkdir -p $(root)$(prefix)/lib/mozilla/plugins > -@mkdir -p $(root)$(prefix)/share/man/man7 >! -@mkdir -p $(root)/etc > cp mozplugger $(root)$(prefix)/bin/ > cp mozplugger.so $(root)$(prefix)/lib/mozilla/plugins/ >! cp mozpluggerrc $(root)/etc/ > cp mozplugger.7.bz2 $(root)$(prefix)/share/man/man7/ > > mozplugger.tar.gz: $(BASE_FILES) $(SOURCE_FILES) >--- 150,159 ---- > -@mkdir -p $(root)$(prefix)/bin > -@mkdir -p $(root)$(prefix)/lib/mozilla/plugins > -@mkdir -p $(root)$(prefix)/share/man/man7 >! -@mkdir -p ${D}/etc > cp mozplugger $(root)$(prefix)/bin/ > cp mozplugger.so $(root)$(prefix)/lib/mozilla/plugins/ >! cp mozpluggerrc ${D}/etc/ > cp mozplugger.7.bz2 $(root)$(prefix)/share/man/man7/ > > mozplugger.tar.gz: $(BASE_FILES) $(SOURCE_FILES)
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 27724
:
16923
|
16924
|
16925
|
20371
|
24079