Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 21791 Details for
Bug 35199
upd.: dev-util/eric-3.3.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
install.py.diff - sandbox related
install.py.diff (text/plain), 1.04 KB, created by
Carsten Lohrke (RETIRED)
on 2003-12-06 08:37:23 UTC
(
hide
)
Description:
install.py.diff - sandbox related
Filename:
MIME Type:
Creator:
Carsten Lohrke (RETIRED)
Created:
2003-12-06 08:37:23 UTC
Size:
1.04 KB
patch
obsolete
>--- install.py.orig 2003-12-06 10:02:50.000000000 +0100 >+++ install.py 2003-12-06 16:03:46.000000000 +0100 >@@ -158,30 +158,6 @@ > bindir = platBinDir > mdir = modDir > >- # Cleanup old stuff >- # Remove the wrapper scripts >- rem_ename = wrapperName(platBinDir,"eric3") >- rem_uname = wrapperName(platBinDir,"eric3-unittest") >- rem_hname = wrapperName(platBinDir,"eric3-helpviewer") >- rem_ouname = wrapperName(platBinDir,"qtunittest") >- rem_ohname = wrapperName(platBinDir,"helpviewer") >- if os.path.exists(rem_ename): >- os.remove(rem_ename) >- if os.path.exists(rem_uname): >- os.remove(rem_uname) >- if os.path.exists(rem_hname): >- os.remove(rem_hname) >- if os.path.exists(rem_ouname): >- os.remove(rem_ouname) >- if os.path.exists(rem_ohname): >- os.remove(rem_ohname) >- >- # Cleanup the install directory >- try: >- shutil.rmtree(ericdir, 1) >- except: >- pass >- > # Install the files > # make the install directory tree > os.makedirs(ericpixdir)
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 35199
:
21790
|
21791
|
21792
|
22101
|
22102
|
23812