Gitea JavaScript code couldn't run correctly, please check your custom templates
2 changed files with
5 additions and
2 deletions
|
|
@ -3,6 +3,9 @@
|
|
|
|
# Distributed under the GPL v2
|
|
|
|
# Distributed under the GPL v2
|
|
|
|
# $Id$
|
|
|
|
# $Id$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 Nov 2009; Andrew Gaffney <agaffney@gentoo.org> defaults/linuxrc:
|
|
|
|
|
|
|
|
Fix typo for Gentoo bug #294138
|
|
|
|
|
|
|
|
|
|
|
|
16 Nov 2009; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
|
|
|
|
16 Nov 2009; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
|
|
|
|
Make sure to change back to existant directory before removing the current
|
|
|
|
Make sure to change back to existant directory before removing the current
|
|
|
|
directory for Gentoo bug #291794
|
|
|
|
directory for Gentoo bug #291794
|
|
|
|
|
|
@ -647,8 +647,8 @@ then
|
|
|
|
directory="${directory#${NEW_ROOT}/${FS_LOCATION}/}"
|
|
|
|
directory="${directory#${NEW_ROOT}/${FS_LOCATION}/}"
|
|
|
|
|
|
|
|
|
|
|
|
# Skip this directory if we already linked a parent directory
|
|
|
|
# Skip this directory if we already linked a parent directory
|
|
|
|
if [ "${curent_parrent}" != '' ]; then
|
|
|
|
if [ "${current_parent}" != '' ]; then
|
|
|
|
var=`echo "${directory}" | grep "^${curent_parrent}"`
|
|
|
|
var=`echo "${directory}" | grep "^${current_parent}"`
|
|
|
|
if [ "${var}" != '' ]; then
|
|
|
|
if [ "${var}" != '' ]; then
|
|
|
|
continue
|
|
|
|
continue
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|