--- aspell-sl-0.60.orig/Makefile
+++ aspell-sl-0.60/Makefile
@@ -1,9 +1,9 @@
-ASPELL = /usr/local/bin/aspell
+ASPELL = /usr/bin/aspell
 ASPELL_FLAGS = 
-PREZIP = /usr/local/bin/prezip-bin
+PREZIP = /usr/bin/prezip-bin
 DESTDIR = 
-dictdir = /usr/local/lib/aspell-0.60
-datadir = /usr/local/lib/aspell-0.60
+dictdir = /usr/lib/aspell-0.60
+datadir = /usr/lib/aspell-0.60
 
 # Generated with Aspell Dicts "proc" script version 0.60.3
 
@@ -17,7 +17,7 @@
 multi_files = sl.multi slovene.alias
 rws_files = sl.rws
 
-distdir=aspell6-${lang}-${version}
+distdir=aspell-${version}
 
 all: ${rws_files} ${data_files}
 
@@ -48,13 +48,11 @@
 	@make dist-nogen
 
 dist-nogen:
-	-rm -r ${distdir}.tar.bz2 ${distdir}
+	-rm -r ${distdir}
 	mkdir ${distdir}
 	cp -p ${extra_files} ${cwl_files} ${multi_files} ${doc_files} ${data_files} ${distdir}/
-	-test -e doc  && mkdir ${distdir}/doc  && chmod 755 ${distdir}/doc  && cp -pr doc/* ${distdir}/doc/
-	-test -e misc && mkdir ${distdir}/misc && chmod 755 ${distdir}/misc && cp -pr misc/* ${distdir}/misc/
-	tar cf ${distdir}.tar ${distdir}/
-	bzip2 -9 ${distdir}.tar
+	-cp -pr doc/ ${distdir}/
+	gtar cfj ${distdir}.tar.bz2 ${distdir}/
 	rm -r ${distdir}/
 
 distcheck:
@@ -65,7 +63,7 @@
 	mv ${distdir}.tar.bz2 ../rel
 
 
-fi.rws: fi.cwl
+sl.rws: sl.cwl
 
 
 .SUFFIXES: .cwl .rws .wl
--- aspell-sl-0.60.orig/Makefile.pre
+++ aspell-sl-0.60/Makefile.pre
@@ -10,7 +10,7 @@
 multi_files = sl.multi slovene.alias
 rws_files = sl.rws
 
-distdir=aspell6-${lang}-${version}
+distdir=aspell
 
 all: ${rws_files} ${data_files}
 
@@ -41,13 +41,11 @@
 	@make dist-nogen
 
 dist-nogen:
-	-rm -r ${distdir}.tar.bz2 ${distdir}
+	-rm -r ${distdir}
 	mkdir ${distdir}
 	cp -p ${extra_files} ${cwl_files} ${multi_files} ${doc_files} ${data_files} ${distdir}/
-	-test -e doc  && mkdir ${distdir}/doc  && chmod 755 ${distdir}/doc  && cp -pr doc/* ${distdir}/doc/
-	-test -e misc && mkdir ${distdir}/misc && chmod 755 ${distdir}/misc && cp -pr misc/* ${distdir}/misc/
-	tar cf ${distdir}.tar ${distdir}/
-	bzip2 -9 ${distdir}.tar
+	-cp -pr doc/ ${distdir}/
+	gtar cfj ${distdir}.tar.bz2 ${distdir}/
 	rm -r ${distdir}/
 
 distcheck:
@@ -58,7 +56,7 @@
 	mv ${distdir}.tar.bz2 ../rel
 
 
-fi.rws: fi.cwl
+sl.rws: sl.cwl
 
 
 .SUFFIXES: .cwl .rws .wl
--- aspell-sl-0.60.orig/dirs
+++ aspell-sl-0.60/dirs
@@ -0,0 +1,4 @@
+usr/lib/aspell
+usr/share/aspell
+var/lib/aspell
+
--- aspell-sl-0.60.orig/install
+++ aspell-sl-0.60/install
@@ -0,0 +1,3 @@
+*.multi         usr/lib/aspell
+*.alias         usr/lib/aspell
+*.dat           usr/lib/aspell
