~xnox/debian-cd/4k-key-for-release

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Adam Conrad
  • Date: 2016-04-18 10:21:34 UTC
  • Revision ID: adconrad@0c3.net-20160418102134-flpl7n981vasa33n
Revert Dmitri's commit and use existing structure to copy squashfs.gpg around

Show diffs side-by-side

added added

removed removed

Lines of Context:
1113
1113
        fi
1114
1114
ifeq ($(CDIMAGE_SQUASHFS_BASE),1)
1115
1115
        -cp -a $(LIVEIMAGES)/$(FULLARCH).squashfs $(OUT)/$(call CDBASE,$$n).squashfs
 
1116
        -cp -a $(LIVEIMAGES)/$(FULLARCH).squashfs.gpg $(OUT)/$(call CDBASE,$$n).squashfs.gpg
1116
1117
endif
1117
1118
endif
1118
1119