mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
various fixes and upgrades
This commit is contained in:
parent
83891b0c2e
commit
0dbb650839
@ -1 +1 @@
|
||||
http://ftp.ch.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-3.6.tar.bz2
|
||||
http://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-3.8.tar.bz2
|
||||
|
@ -3,7 +3,6 @@
|
||||
. config/options
|
||||
|
||||
cp $PKG_BUILD/bin/cmake \
|
||||
$PKG_BUILD/bin/ccmake \
|
||||
$PKG_BUILD/bin/cpack \
|
||||
$PKG_BUILD/bin/ctest \
|
||||
$ROOT/$TOOLCHAIN/bin
|
||||
|
@ -11,4 +11,4 @@ chmod +x $INSTALL/usr/bin/startx
|
||||
|
||||
mkdir -p $INSTALL/usr/lib/X11/xinit/
|
||||
cp -PR $PKG_DIR/scripts/xinitrc $INSTALL/usr/lib/X11/xinit/
|
||||
cp -PR $PKG_DIR/scripts/xserverrc $INSTALL/usr/lib/X11/xinit/
|
||||
cp -PR $PKG_DIR/scripts/xserverrc $INSTALL/usr/lib/X11/xinit/
|
||||
|
@ -2,5 +2,8 @@
|
||||
|
||||
. config/options
|
||||
|
||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp -PR $PKG_BUILD/$1 $INSTALL/usr/bin
|
||||
cp -PR $PKG_DIR/scripts/screenshot $INSTALL/usr/bin
|
||||
|
2
packages/x11/app/xwd/scripts/screenshot.sh → packages/x11/app/xwd/scripts/screenshot
Normal file → Executable file
2
packages/x11/app/xwd/scripts/screenshot.sh → packages/x11/app/xwd/scripts/screenshot
Normal file → Executable file
@ -4,6 +4,8 @@
|
||||
#
|
||||
# Author Tómas Edwardsson <tommi@tommi.org>
|
||||
|
||||
. /etc/sysconfig
|
||||
|
||||
[ -f $HOME/noscreenshot ] && exit
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user