diff options
| author | Peter Jones <pjones@redhat.com> | 2005-10-07 19:03:27 +0000 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2005-10-07 19:03:27 +0000 |
| commit | 90dfe9d6b4be0ea429a8002bde0a5fbe15b08b60 (patch) | |
| tree | 5e3fa464610eb8718ae32233e8b7c9db7d9bacaa /scripts | |
| parent | 254c327bbf157e433a32050bdd1871356155323d (diff) | |
make /usr/src/debug too
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/upd-instroot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 240c3a774..1a565ed6b 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -1184,6 +1184,7 @@ fi echo "Creating debug dir" for p in $DEST $DESTGR ; do mkdir -p $p/usr/lib/debug + mkdir -p $p/usr/src/debug done if [ $ARCH = "alpha" ]; then |
