* Doh! (NIX-58)

This commit is contained in:
Eelco Dolstra 2006-08-25 13:36:17 +00:00
parent bf738f0070
commit e64c4f5742
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ build-bzip2: have-bzip2
touch build-bzip2
install:
mkdir -p ${bzip2_bin}
mkdir -p $(DESTDIR)${bzip2_bin}
$(INSTALL_PROGRAM) $(bzip2_bin_test)/bzip2 $(bzip2_bin_test)/bunzip2 $(DESTDIR)${bzip2_bin}
endif