[preservefiles] Tie permissions into the build, file header

This commit is contained in:
Adriaan de Groot 2018-10-01 10:45:39 +02:00
parent 3ef4842a4d
commit 1c85a648a4
3 changed files with 5 additions and 2 deletions

View File

@ -4,6 +4,7 @@ calamares_add_plugin( preservefiles
TYPE job
EXPORT_MACRO PLUGINDLLEXPORT_PRO
SOURCES
permissions.cpp
PreserveFiles.cpp
LINK_PRIVATE_LIBRARIES
calamares

View File

@ -1,4 +1,5 @@
/*
/* === This file is part of Calamares - <https://github.com/calamares> ===
*
* Copyright (C) 2018 Scott Harvey <scott@spharvey.me>
*
* This program is free software: you can redistribute it and/or modify

View File

@ -1,4 +1,5 @@
/*
/* === This file is part of Calamares - <https://github.com/calamares> ===
*
* Copyright (C) 2018 Scott Harvey <scott@spharvey.me>
*
* This program is free software: you can redistribute it and/or modify