Changeset 91543df in freewrt for mk


Ignore:
Timestamp:
Jun 14, 2007, 3:13:57 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
fe6acab
Parents:
155f6c8c
Message:

merge base-files-arch into base-files, experimental, blame me if it breaks

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2796 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mk/package.mk

    r155f6c8c r91543df  
    9898
    9999_ALL_CONTROLS+= $$(IDIR_$(1))/CONTROL/control
     100ICONTROL_$(1)?= ipkg/$(2).control
    100101$$(IDIR_$(1))/CONTROL/control: ${_PATCH_COOKIE}
    101         ${MBSH} ${SCRIPT_DIR}/make-ipkg-dir.sh $$(IDIR_$(1)) \
    102             ./ipkg/$(2).control $(3) $(4)
     102        ${MBSH} ${SCRIPT_DIR}/make-ipkg-dir.sh $${IDIR_$(1)} $${ICONTROL_$(1)} $(3) $(4)
    103103        [ -z "$$(IDEPEND_$(1))" ] || echo "Depends: $$(IDEPEND_$(1))" >>$$(IDIR_$(1))/CONTROL/control
    104104        for file in conffiles preinst postinst prerm postrm; do \
Note: See TracChangeset for help on using the changeset viewer.