X-Git-Url: http://git.kpe.io/?p=rt.git;a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=ea99d99b53bcf51bab7e56edbe33f9af89d15ab2;hp=72dd5b3e933233a857f3e90a3ce2b276db5e18fc;hb=68d7b0f5fd413d825e78eba8536f42c733111dbe;hpb=d5ad9a59d50cbf2c07c5662acf7073adfc831773 diff --git a/debian/rules b/debian/rules index 72dd5b3..ea99d99 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,5 @@ #!/usr/bin/make -f -export DH_COMPAT=4 - pkg := rt debpkg := cl-rt @@ -42,7 +40,7 @@ install: build dh_clean -k # Add here commands to install the package into debian/rt. dh_installdirs $(clc-systems) $(clc-rt) - dh_install debian/rt.asd rt.lisp $(clc-rt) + dh_install rt.asd rt.lisp $(clc-rt) dh_link $(clc-rt)/rt.asd $(clc-systems)/rt.asd # Build architecture-independent files here.