X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=debian%2Frules;h=c6900c925873d3b38672db61f30eacdc86a0e1b8;hb=0d7025e27fef8daf55ceccfc38e3e7f34eafc1a6;hp=a7c00e3aaa3e34a37fa3e3448859e535e3039451;hpb=8de1da92cf18dd5341b3472a192fe52d34ca465a;p=uffi.git diff --git a/debian/rules b/debian/rules index a7c00e3..c6900c9 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,6 @@ INSTALLDIRFLAGS := -d -g root -o root -m 0755 SOURCEDIR := $(prefix)/usr/share/common-lisp/source REPOSITORYDIR := $(prefix)/usr/share/common-lisp/repositories/uffi -SYSDIR := $(prefix)/usr/share/common-lisp/systems DOCDIR := $(prefix)/usr/share/doc/cl-uffi @@ -58,10 +57,7 @@ install: build dh_installdirs # Add here commands to install the package into debian/uffi. - cp uffi.system.debian $(SYSDIR)/uffi.system - chmod 0644 $(SYSDIR)/uffi.system - chown root.root $(SYSDIR)/uffi.system - $(INSTALL) $(INSTALLFLAGS) $(shell echo src/*.cl) $(REPOSITORYDIR) + $(INSTALL) $(INSTALLFLAGS) $(shell echo src/*.cl *.system) $(REPOSITORYDIR) $(INSTALL) $(INSTALLFLAGS) $(shell echo src/mcl/*.cl) $(REPOSITORYDIR)/mcl $(INSTALL) $(INSTALLFLAGS) doc/html/* $(DOCDIR)/html cp doc/uffi.ps doc/cl-uffi.ps