diff options
Diffstat (limited to 'debian/roll-tarballs.sh')
-rwxr-xr-x | debian/roll-tarballs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/roll-tarballs.sh b/debian/roll-tarballs.sh index 7c1fc67e2..eb106b6b6 100755 --- a/debian/roll-tarballs.sh +++ b/debian/roll-tarballs.sh @@ -136,7 +136,7 @@ rm -Rf "debian/" # bundled libraries we do not need rm -Rf nx-X11/extras/{drm,expat,fontconfig,freetype2,fonts,ogl-sample,regex,rman,ttf2pt1,x86emu,zlib} rm -Rf nx-X11/lib/{expat,fontconfig,fontenc,font/FreeType,font/include/fontenc.h,freetype2,regex,zlib} - +rm -Rf nx-X11/lib/{FS,ICE,SM,Xaw,Xft,Xt,Xmu,Xmuu} # remove files, that we do not want in the tarballs (build cruft) rm -Rf nx*/configure nx*/autom4te.cache* |