[Pkg-octave-commit] [octave-ltfat] 01/04: Ensure that arch-indep files are installed when building the arch-dep package
Rafael Laboissière
rlaboiss-guest at moszumanska.debian.org
Mon Sep 1 10:21:06 UTC 2014
This is an automated email from the git hooks/post-receive script.
rlaboiss-guest pushed a commit to branch master
in repository octave-ltfat.
commit 1ff70430139c006acd453d80671ffe8ae3b72d72
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date: Mon Sep 1 06:03:43 2014 -0300
Ensure that arch-indep files are installed when building the arch-dep package
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index a50dcc1..2aac28d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,5 +15,7 @@ pre-build::
# Install the architecture independent files
octdir = debian/octave-ltfat-common/usr/share/
install/octave-ltfat-common:: install/octave-ltfat
+
+install/octave-ltfat::
mkdir -p $(octdir)
mv debian/octave-ltfat/usr/share/octave $(octdir)
--
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-ltfat.git
More information about the Pkg-octave-commit
mailing list