Don't test if X is running. This was not necessary to build xmris.

This commit is contained in:
Jean-Marc Zucconi 1994-12-12 22:24:48 +00:00
parent f41d8edd13
commit 5b89ccca7b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563

View file

@ -1,12 +1,5 @@
#!/bin/sh
# X must be running when the scram program creates the bitmaps
xwd -root >/dev/null 2>&1
if [ $? != 0 ]; then
echo "X needs to be started to build xmris"
exit 1
fi
mv ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.orig
echo "LOCAL=$PREFIX" >${WRKSRC}/Imakefile || exit 1;