diff options
Diffstat (limited to 'pkg/linux/module.rules')
-rw-r--r-- | pkg/linux/module.rules | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pkg/linux/module.rules b/pkg/linux/module.rules index aa1db0ed3..22f6c7cfd 100644 --- a/pkg/linux/module.rules +++ b/pkg/linux/module.rules @@ -19,12 +19,12 @@ $(PKG.gui.rpm) $(PKG.cli.rpm): $(PKG.gui.deb): | $(dir $(PKG.gui.deb)) $(PKG.gui.deb): - -rm $(BUILD/)debian - ln -s $(PKG.debian) $(BUILD/)debian - fakeroot $(MAKE) -f debian/rules clean - $(MAKE) BUILDDIR=$(BUILD) CONFIGURE=$(SRC/)configure -f debian/rules build + -rm $(SRC/)debian + ln -s $(PWD)/$(PKG.debian) $(SRC/)debian + fakeroot $(MAKE) -C $(SRC/) -f debian/rules clean + $(MAKE) BUILDDIR=$(PWD)/$(BUILD) CONFIGURE=configure -C $(SRC/) -f debian/rules build echo $(PKG.out/) - fakeroot $(MAKE) FORCEVERSION="-- -v$(HB.version)" BUILDDIR=$(BUILD) CONFIGURE=$(SRC/)configure PKGDESTDIR=$(PKG.out/) -f debian/rules binary + fakeroot $(MAKE) FORCEVERSION="-- -v$(HB.version)" BUILDDIR=$(PWD)/$(BUILD) CONFIGURE=configure PKGDESTDIR=$(PWD)/$(PKG.out/) -C $(SRC/) -f debian/rules binary $(MV.exe) $(PKG.gui.tmp.deb) $(PKG.gui.deb) $(PKG.cli.deb): | $(dir $(PKG.cli.deb)) |