mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-27 09:58:28 +01:00
the size of some of the dialog boxes were bugging me; fix said annoyances
This commit is contained in:
parent
40abf5193b
commit
c314a88a47
1 changed files with 3 additions and 3 deletions
|
@ -720,7 +720,7 @@ if [ "$(ls -A $SRCDIR)" ]; then
|
||||||
--textbox $TMP/sbopkg_cache_dir 0 0
|
--textbox $TMP/sbopkg_cache_dir 0 0
|
||||||
dialog --title "Keep Cache?" --yesno "Would you like to keep the \
|
dialog --title "Keep Cache?" --yesno "Would you like to keep the \
|
||||||
files in the cache directory? Select YES to keep or NO to \
|
files in the cache directory? Select YES to keep or NO to \
|
||||||
delete." 10 30
|
delete." 8 40
|
||||||
if [ $? = 1 ]; then
|
if [ $? = 1 ]; then
|
||||||
check_root
|
check_root
|
||||||
if [ $ROOT = "false" ]; then
|
if [ $ROOT = "false" ]; then
|
||||||
|
@ -755,7 +755,7 @@ else
|
||||||
--textbox $TMP/sbopkg-build-log 0 0
|
--textbox $TMP/sbopkg-build-log 0 0
|
||||||
dialog --title "Keep Log?" --yesno "Would you like to keep the \
|
dialog --title "Keep Log?" --yesno "Would you like to keep the \
|
||||||
permanent build log $TMP/sbopkg-build-log? Select YES to keep or NO \
|
permanent build log $TMP/sbopkg-build-log? Select YES to keep or NO \
|
||||||
to delete." 10 30
|
to delete." 8 40
|
||||||
if [ $? = 1 ]; then
|
if [ $? = 1 ]; then
|
||||||
check_root
|
check_root
|
||||||
if [ $ROOT = "false" ]; then
|
if [ $ROOT = "false" ]; then
|
||||||
|
@ -970,7 +970,7 @@ if $(echo $(ls -la $SRCDIR) | grep -q "$APP"); then
|
||||||
--textbox $TMP/sbopkg_app_sources 0 0
|
--textbox $TMP/sbopkg_app_sources 0 0
|
||||||
dialog --title "Keep $APP sources?" --yesno "Would you like to \
|
dialog --title "Keep $APP sources?" --yesno "Would you like to \
|
||||||
keep the $APP sources in the cache directory $SRCDIR? Select YES \
|
keep the $APP sources in the cache directory $SRCDIR? Select YES \
|
||||||
to keep or NO to delete." 10 30
|
to keep or NO to delete." 8 40
|
||||||
if [ $? = 1 ]; then
|
if [ $? = 1 ]; then
|
||||||
check_root
|
check_root
|
||||||
if [ $ROOT = "false" ]; then
|
if [ $ROOT = "false" ]; then
|
||||||
|
|
Loading…
Reference in a new issue