mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-16 04:14:31 -04:00
[preservefiles] Tie permissions into the build, file header
This commit is contained in:
parent
3ef4842a4d
commit
1c85a648a4
3 changed files with 5 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue