~ubuntu-branches/ubuntu/vivid/blackbox/vivid

« back to all changes in this revision

Viewing changes to nls/C/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jesus Climent
  • Date: 2003-10-15 15:38:53 UTC
  • Revision ID: james.westby@ubuntu.com-20031015153853-c08p60n6fes52hs1
Tags: 0.65.0-1.2
* Non Maintainer Upload
* Patch by Matt Kraai to solve FTBFS: Closes: #208814.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
                ln -f -s C $(DESTDIR)$(pkgdatadir)/nls/POSIX; \
19
19
                rm -f $(DESTDIR)$(pkgdatadir)/nls/en_US; \
20
20
                ln -f -s C $(DESTDIR)$(pkgdatadir)/nls/en_US; \
 
21
                rm -f $(DESTDIR)$(pkgdatadir)/nls/en_GB; \
 
22
                ln -f -s C $(DESTDIR)$(pkgdatadir)/nls/en_GB; \
21
23
                rm -f $(DESTDIR)$(pkgdatadir)/nls/en; \
22
24
                ln -f -s C $(DESTDIR)$(pkgdatadir)/nls/en; \
23
25
        fi
 
26
 
24
27
uninstall-local:
25
28
        @if test x$(NLSTEST) = "x-DNLS"; then \
26
29
                rm -f $(DESTDIR)$(pkgdatadir)/nls/C/blackbox.cat; \
27
30
                rm -f $(DESTDIR)$(pkgdatadir)/nls/US_ASCII; \
28
31
                rm -f $(DESTDIR)$(pkgdatadir)/nls/POSIX; \
29
32
                rm -f $(DESTDIR)$(pkgdatadir)/nls/en_US; \
 
33
                rm -f $(DESTDIR)$(pkgdatadir)/nls/en_GB; \
30
34
                rm -f $(DESTDIR)$(pkgdatadir)/nls/en; \
31
35
                rmdir $(DESTDIR)$(pkgdatadir)/nls/C; \
32
36
        fi
45
49
        fi
46
50
 
47
51
distclean-local:
48
 
        rm -f *\~
 
52
        rm -f *\~ .\#*