ALT Linux Bugzilla
– Attachment 5166 Details for
Bug 26487
[PATCH] Не обрабатывает симлинки в image-scripts.d
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
find symlinks in image-scripts.d
mkimage-symlinks-image-scripts.patch (text/plain), 378 bytes, created by
Lenar Shakirov
on 2011-10-21 13:43:45 MSK
(
hide
)
Description:
find symlinks in image-scripts.d
Filename:
MIME Type:
Creator:
Lenar Shakirov
Created:
2011-10-21 13:43:45 MSK
Size:
378 bytes
patch
obsolete
>diff --git a/tools/mki-scripts b/tools/mki-scripts >index a6a6150..1e037b2 100755 >--- a/tools/mki-scripts >+++ b/tools/mki-scripts >@@ -49,7 +49,7 @@ export WORKDIR=/.image > /.host/script.sh > EOF > >-find "$scriptdir" -mindepth 1 -maxdepth 1 -type f | >+find "$scriptdir" -mindepth 1 -maxdepth 1 -type f -o -type l | > sort -n | > while read script; do > [ -x "$script" ] || continue
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 26487
: 5166 |
5173