diff options
Diffstat (limited to 'debian/patches/03_optional-progs-and-install.patch')
-rw-r--r-- | debian/patches/03_optional-progs-and-install.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/03_optional-progs-and-install.patch b/debian/patches/03_optional-progs-and-install.patch index d426b88afc4..97d8d5fd2c4 100644 --- a/debian/patches/03_optional-progs-and-install.patch +++ b/debian/patches/03_optional-progs-and-install.patch @@ -52,4 +52,4 @@ Index: mesa/progs/Makefile + done clean: - -@for dir in $(SUBDIRS) tests ; do \ + @list='$(SUBDIRS)'; for dir in $$list tests ; do \ |