Guest User

Untitled

a guest
Jun 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. Index: pkg/linux/module.rules
  2. ===================================================================
  3. --- pkg/linux/module.rules (revision 2583)
  4. +++ pkg/linux/module.rules (working copy)
  5. @@ -1,7 +1,7 @@
  6. pkg.create.deb:: pkg.create $(PKG.gui.deb) $(PKG.cli.deb)
  7. pkg.create.rpm:: pkg.create $(PKG.gui.rpm) $(PKG.cli.rpm)
  8.  
  9. -$(PKG.rpm): | $(dir $(PKG.rpm))
  10. +$(PKG.gui.rpm) $(PKG.cli.rpm): | $(dir $(PKG.gui.rpm) $(PKG.cli.rpm))
  11. $(PKG.gui.rpm) $(PKG.cli.rpm):
  12. -$(MKDIR.exe) -p $(RPM.out/)SOURCES
  13. -$(MKDIR.exe) -p $(RPM.out/)SPECS
  14. @@ -27,6 +27,7 @@
  15. fakeroot $(MAKE) FORCEVERSION="-- -v$(HB.version)" BUILDDIR=$(BUILD) CONFIGURE=$(SRC/)configure PKGDESTDIR=$(PKG.out/) -f debian/rules binary
  16. $(MV.exe) $(PKG.gui.tmp.deb) $(PKG.gui.deb)
  17.  
  18. +$(PKG.cli.deb): | $(dir $(PKG.cli.deb))
  19. $(PKG.cli.deb): $(PKG.gui.deb)
  20. $(MV.exe) $(PKG.cli.tmp.deb) $(PKG.cli.deb)
Add Comment
Please, Sign In to add comment