packages: clean up the package folder
[openwrt/svn-archive/archive.git] / package / utils / xfsprogs / patches / 140-no_po.patch
1 diff -urN xfsprogs-3.1.7/Makefile xfsprogs-3.1.7.new/Makefile
2 --- xfsprogs-3.1.7/Makefile 2011-11-18 00:30:24.000000000 +0100
3 +++ xfsprogs-3.1.7.new/Makefile 2012-04-20 14:15:48.641722955 +0200
4 @@ -41,7 +41,7 @@
5
6 LIB_SUBDIRS = libxfs libxlog libxcmd libhandle libdisk
7 TOOL_SUBDIRS = copy db estimate fsck fsr growfs io logprint mkfs quota \
8 - mdrestore repair rtcp m4 man doc po debian
9 + mdrestore repair rtcp m4 man doc debian
10
11 SUBDIRS = include $(LIB_SUBDIRS) $(TOOL_SUBDIRS)
12
13 @@ -135,7 +135,6 @@
14 $(Q)$(MAKE) $(MAKEOPTS) -C . $@
15 else
16 $(Q)$(MAKE) $(MAKEOPTS) $(SRCDIR)
17 - $(Q)$(MAKE) $(MAKEOPTS) -C po
18 $(Q)$(MAKE) $(MAKEOPTS) source-link
19 $(Q)cd $(SRCDIR) && dpkg-buildpackage
20 endif