[preservefiles] Tie permissions into the build, file header

main
Adriaan de Groot 7 years ago
parent 3ef4842a4d
commit 1c85a648a4

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

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

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

Loading…
Cancel
Save