Mageia Bugzilla – Attachment 4370 Details for
Bug 11268
drakconf (kde) launcher created in mga3 fails in mga4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
patch to add symlink
svndiff (text/plain), 780 bytes, created by
Barry Jackson
on 2013-09-22 17:18:01 CEST
(
hide
)
Description:
patch to add symlink
Filename:
MIME Type:
Creator:
Barry Jackson
Created:
2013-09-22 17:18:01 CEST
Size:
780 bytes
patch
obsolete
>Index: SPECS/drakconf.spec >=================================================================== >--- SPECS/drakconf.spec (revision 483207) >+++ SPECS/drakconf.spec (working copy) >@@ -1,7 +1,7 @@ > Summary: The %{_vendor} Control Center > Name: drakconf > Version: 12.42 >-Release: %mkrel 1 >+Release: %mkrel 2 > # get the source from our svn repository > Source0: %{name}-%{version}.tar.xz > License: GPLv2+ >@@ -59,6 +59,8 @@ > touch %{buildroot}/etc/mcc.conf > > ln -s %{name} %{buildroot}%{_bindir}/mcc >+# Allow launcher created in Mga3 to work in Mga4 >+ln -s %{_bindir}/%{name} %{buildroot}%{_sbindir}/%{name} > > (cd %{buildroot} ; find usr -type f -name "*.png" -printf "/%%p\n") > images-big.list > perl -ni -e '/128/ ? print : print STDERR $_ ' images-big.list 2> images.list
Index: SPECS/drakconf.spec =================================================================== --- SPECS/drakconf.spec (revision 483207) +++ SPECS/drakconf.spec (working copy) @@ -1,7 +1,7 @@ Summary: The %{_vendor} Control Center Name: drakconf Version: 12.42 -Release: %mkrel 1 +Release: %mkrel 2 # get the source from our svn repository Source0: %{name}-%{version}.tar.xz License: GPLv2+ @@ -59,6 +59,8 @@ touch %{buildroot}/etc/mcc.conf ln -s %{name} %{buildroot}%{_bindir}/mcc +# Allow launcher created in Mga3 to work in Mga4 +ln -s %{_bindir}/%{name} %{buildroot}%{_sbindir}/%{name} (cd %{buildroot} ; find usr -type f -name "*.png" -printf "/%%p\n") > images-big.list perl -ni -e '/128/ ? print : print STDERR $_ ' images-big.list 2> images.list
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 11268
: 4370