|
|
|
#!/bin/bash if [ -d "xc" ];then tar Icf XFree86-foo-GLonly.tar.bz2 \ xc/include/extensions/extutil.h \ xc/include/GL xc/lib/GL \ xc/programs/Xserver/hw/xfree86/os-support/xf86drm* \ xc/programs/Xserver/GL/dri/*.h else echo "You must build-prep XFree86 sources first by doing: rpm -bp XFree86.spec" echo "and then cd'ing into the directory containing the subdir 'xc/'" echo fi
| Results 1 - 1 |