diff options
author | jstebbins <[email protected]> | 2010-04-16 18:46:14 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-04-16 18:46:14 +0000 |
commit | 6dbe0e7a3e30be89f4bd61c9f85882abb5fef957 (patch) | |
tree | 067618849342ebf45657a22a9a78dd1f02d29cfc /pkg | |
parent | 20b62f277a2df7d2f17d1c1ceca573faa1f4f6ea (diff) |
fix debian binary package build
the pkg directory was not getting created
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3233 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/linux/module.rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/linux/module.rules b/pkg/linux/module.rules index 0d2d4f2c4..49351717f 100644 --- a/pkg/linux/module.rules +++ b/pkg/linux/module.rules @@ -40,6 +40,7 @@ $(PKG.gui.rpm): $(PKG.native.rpm.stamp) # # Debian binary package rules # +$(PKG.gui.tmp.deb): | $(dir $(PKG.gui.tmp.deb)) $(PKG.gui.tmp.deb): GNUmakefile -$(RM.exe) $(SRC/)debian ln -s $(PWD)/$(PKG.debian) $(SRC/)debian |