diff options
author | Wichert Akkerman <wakkerma@debian.org> | 1999-12-11 23:49:08 +0000 |
---|---|---|
committer | Wichert Akkerman <wakkerma@debian.org> | 1999-12-11 23:49:08 +0000 |
commit | 76d972c49dde83f80c8a80ae2086753ba30473b1 (patch) | |
tree | 8a479484300b14324423ffcae5cbafefca4a8914 /debian | |
parent | a3e0f7799c2be84790f1c6dbb8a955488fd85dcd (diff) | |
download | dpkg-76d972c49dde83f80c8a80ae2086753ba30473b1.tar.gz |
Add Swedish translation
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index b8bbf1f18..a7da4e5d7 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,6 @@ #!/usr/bin/make -f # vim: nowrap ts=8 -# Set shell to bash to we can use bashisms without having to worry -SHELL = bash - # Build locations BUILD := $(shell pwd)/build TMP := $(shell pwd)/debian/tmp @@ -30,7 +27,7 @@ $(BUILD)/config.status: clean: $(checkdir) - rm -f debian/{files,substvars} + rm -f debian/files debian/substvars rm -f debian/dpkg,substvars rm -fr $(BUILD) $(TMP) $(TMP_DPKG) $(TMP_DPKG_DEV) $(TMP_DPKG_DOC) rm -f stamp-build stamp-binary |