xorg-server: always install cvt and gtf

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2018-04-27 08:57:31 +02:00
parent a24ce9c9fd
commit 687982775f

View File

@ -159,11 +159,6 @@ post_makeinstall_target() {
if find_file_path config/xorg.conf ; then
cp $FOUND_PATH $INSTALL/etc/X11
fi
if [ ! "$DEVTOOLS" = yes ]; then
rm -rf $INSTALL/usr/bin/cvt
rm -rf $INSTALL/usr/bin/gtf
fi
}
post_install() {