Mailinglist Archive: opensuse-packaging (216 mails)
| < Previous | Next > |
[opensuse-packaging] Question about script-without-shebang
- From: Sascha Manns <saigkill@xxxxxxxxxxxx>
- Date: Tue, 22 Mar 2011 23:47:46 +0100
- Message-id: <201103222347.46872@saigkill.myfqdn.de>
Hello Mates,
atm i'm updating the Packages in medical.
In one case a have a lot of messages like:
freediams.x86_64: W: script-without-shebang
/usr/share/freediams/doc/freediams/en/html/_export/xhtml/en/manuals/freediams/install_usb.xhtml
To solve that i've tried:
for all in %{buildroot}%{_datadir}/%{name}/doc/%{name} `find -type f`;
do
chmod -x $all
done
But now i'm got:
+ for all in
/usr/src/packages/BUILDROOT/freediams-0.5.4-1.x86_64/usr/share/freediams/doc/freediams
'`find -type f`'
+ chmod -x ./doc/api-Doxyfile
+ for all in
/usr/src/packages/BUILDROOT/freediams-0.5.4-1.x86_64/usr/share/freediams/doc/freediams
'`find -type f`'
+ chmod -x ./doc/usermanuals
chmod: cannot access `./doc/usermanuals': No such file or directory
Does anyone know why it searches explicit doc/usermanuals if they aren't
present?
Best
Sascha
--
Sincerely Yours
Sascha Manns
open-slx Community & Support Agent
openSUSE Membership Comitee
openSUSE Marketing Team
Web: http://saigkill.homelinux.net
German Community Portal: http://community.open-slx.de
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
atm i'm updating the Packages in medical.
In one case a have a lot of messages like:
freediams.x86_64: W: script-without-shebang
/usr/share/freediams/doc/freediams/en/html/_export/xhtml/en/manuals/freediams/install_usb.xhtml
To solve that i've tried:
for all in %{buildroot}%{_datadir}/%{name}/doc/%{name} `find -type f`;
do
chmod -x $all
done
But now i'm got:
+ for all in
/usr/src/packages/BUILDROOT/freediams-0.5.4-1.x86_64/usr/share/freediams/doc/freediams
'`find -type f`'
+ chmod -x ./doc/api-Doxyfile
+ for all in
/usr/src/packages/BUILDROOT/freediams-0.5.4-1.x86_64/usr/share/freediams/doc/freediams
'`find -type f`'
+ chmod -x ./doc/usermanuals
chmod: cannot access `./doc/usermanuals': No such file or directory
Does anyone know why it searches explicit doc/usermanuals if they aren't
present?
Best
Sascha
--
Sincerely Yours
Sascha Manns
open-slx Community & Support Agent
openSUSE Membership Comitee
openSUSE Marketing Team
Web: http://saigkill.homelinux.net
German Community Portal: http://community.open-slx.de
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
| < Previous | Next > |